#dropmenudiv{
position:absolute;
border:1px solid;
border-bottom-color:#37647e;
border-top-color:#37647e;
border-left-color:#37647e;
border-right-color:#37647e;
border-bottom-width: 01;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
font-family:Arial;
font-size:12px;
COLOR: #FFFFFF;
text-indent: 5px;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
text-indent: 3px;
background-color: #FFFFFF;
font-family:Arial;
font-size:12px;
COLOR: #0b3147;
font-weight: normal;
}