#dropmenudiv{
position:absolute;
border:1px solid gray;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background:#004101;
}



#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
}





#dropmenudiv a:hover{ /*hover background color*/

background: white;

color:black;

}
