#dropmenudiv{
position:absolute;
border:1px solid #5A5A5A;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:1000;
background-color: #000000;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
width: 100px;

}

#dropmenudiv a{
width: 100px;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: white;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
color: #ED1B2E;
}

