#dropmenudiv{
	margin-top: 0px;
	position: absolute;
	font: normal 11px Times New Roman;
	line-height: 13px;
	z-index: 100;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent:5px;
padding-top:3px;
padding-bottom:3px;
font: normal 11px Times New Roman;
line-height: 13px;
text-decoration: none;
font-weight: normal;
font-style; color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #F78F1E;*/
font: normal 11px Times New Roman;
line-height:13px;
font-style; color:#405CC8;
text-decoration: none;
}

