#dropmenudiv{
position:absolute;
border: 0px ;
border-bottom-width: ;
line-height:12px;
z-index:100;
color: Maroon;
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 2px solid white;
padding: 1px;
text-decoration: none;
FONT-WEIGHT: 500;
color: black;
font: normal  10px Verdana;
}

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