#navigation {
	float:left;
	width:760px;
	height:39px;
	}

#navigation ul {
	margin:0; padding:0; 
	list-style-type:none; }
	
#navigation li { float:left; }

#navigation a {
	display:block; 
	width:180px;
	height:39px; 
	text-indent:-9999px;
	background-repeat:none;
	background-position:0 -39px; }
	
#navigation a.home { background-image:url(../images/index/navigation-sprite_home.jpg); width:204px; }	
#navigation a.about_us { background-image:url(../images/index/navigation-sprite_about_us.jpg); width:68px; }
#navigation a.cosmetic { background-image:url(../images/index/navigation-sprite_cosmetic.jpg); width:143px; }
#navigation a.facial { background-image:url(../images/index/navigation-sprite_facial.jpg); width:136px; }
#navigation a.lhr { background-image:url(../images/index/navigation-sprite_lhr.jpg); width:132px; }
#navigation a.contact { background-image:url(../images/index/navigation-sprite_contact.jpg); width:77px; }

#navigation a:hover { background-position:0 0; color:#fff;text-decoration:none;}

#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	}
	
#drops ul.drop {
	background:#D07767;
	padding:5px 10px;
	width:inherit;
	clear:both;
	float:left;
	margin-top:39px;
	}

#drops ul.drop li {
    width:inherit;
	clear:both;
	}
	
#drops ul.drop a {
	color:#FFFFCC;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	text-indent:0;
	height:20px;
	}

#drops ul.drop a:hover {
	color:#FFFFFF;
	}
		
#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width:180px;
}

#drops li {
	float: left;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#drops li:hover ul {
	left: auto;
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}

