#dropmenudiv{
position:absolute;
border:1px solid #84a6b2;
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 110px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #84a6b2;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
COLOR:#5f8ea2;
}

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