#dropmenudiv{
position: absolute;
	left: -999em;
	float:left;
	width:160px;
	display:block;
	font-weight: normal;
	margin-top:10px;
	padding:10px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;
	background:#3B3B3B;
}

#dropmenudiv a{
width:125px;
display: block;
text-indent: 0px;
border-bottom: 0px solid #ADADA;
padding: 0px 0;
text-decoration: none;
color: #FFFFFF;
font-size: 12px;
padding-left: 0px;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #4D7380;
color: #FFE591;
font-weight: normal;
}

