@charset "utf-8";

#nav>ul>li:first-child+li {
	background: #ddd;
	background: rgba(255,235,235,0.75);
}

#nav>ul>li:first-child+li a { color: #015 }
