#dropmenudiv{
position:absolute;
margin: 2px 0 0 -1px;
border:2px solid #ffffff;
font:normal 7pt;
line-height:16px;
z-index:1000;
width: 150px !important;
background: red;
filter: alpha(opacity=90);
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
font-size: 8pt;
color: #005596;
}

#dropmenudiv a:hover{ /*hover background color*/
background: #CF0009;
color: #ffffff;
}


