#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:22px;
z-index:100;
filter:alpha(opacity=90); 
-moz-opacity:0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
color: #FFFFFF;
filter:alpha(opacity=90); 
-moz-opacity:0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
}

#dropmenudiv a:hover{ /*hover background color*/
#background-color: #EF482F;
background-color: RED;
}
