#dropmenudiv{
background-color: #000000;
position:absolute;
border:4px solid black;
border-bottom-width: 6px;
font-size: 11px;
font-weight: bold;
line-height:18px;
z-index:100;
/*opacity: 0.75;*/
/*filter: alpha(opacity=75);*/
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
background-color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #AF0600;
}
