#dropmenudiv{
position: absolute;
	left: -999em;
	float:left;
	width:145px;
	display:block;
	font-weight: normal;
	margin-top:15px;
	padding:10px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;
	background:#333333;

}

#dropmenudiv a{
display: block;
text-indent: 0px;
border-bottom: 0px solid #ADADA;
padding: 0;
text-decoration: none;
color: #ffffff;
padding-left: 0px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
color: #EEBC3F;
}

