#dropmenudiv{
position:absolute;
margin-top: -8px;
margin-left:5px;
text-align: left;
border:0px solid #000;
border-top-width:0px;
border-bottom-width:0px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-align: left;
text-indent: 5px;
border-bottom: 0px solid #000;
padding: 5px 0;
font-family: arial;
font-size:10pt;
text-decoration: none;
color: #FFFFFF
}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration: underline;
}