#dropmenudiv{
position:absolute;
border-bottom:1px solid #6595be;
border-bottom-width: 0;
font:normal 11px Trebuchet MS, Lucida Sans Unicode, Tahoma;
line-height:18px;
z-index:100;
text-align:left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #6595be;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
color:#004d85;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #b7cce7;
}
