.dropdown {float:left; position:relative;}
.dropdown .ddcontent {
	float:left; 
/*	margin-left:-90px;*/
	margin-top:-8px;    
	position:absolute; 
	overflow:hidden; 
/*	width:131px; */
	width:162px; 
	display:none; 
	background:#C58C3D; 
	z-index:200
}
.dropdown .ddinner li a:hover {
	color: #FFF54E;
}

