#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:bold 11px Arial;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: none;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color:#999;
background-color:#000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: none;
color:#21704A;
}