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