#dropmenudiv{
position:absolute;
margin-top: 9px;
border:1px solid #919191;
border-bottom-width: 0;
font:normal 10px Verdana;
font-weight: normal;
line-height:18px;
z-index:100;
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #919191;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #020399;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EEEEEE;
color: #020399;
}