#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 10px Tahoma;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 0px 0;
text-decoration: none;
font-weight:;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #45586F;
}

a:active     { font-family: Tahoma; font-size: 12px; color: #000066 }
a:hover      { font-family: Tahoma; font-size: 12px; color: #000066 }
a:link       { color: #000066; font-size: 12px; font-family: Tahoma }
a:visited    { font-family: Tahoma; font-size: 12px; color: #000066 }
body         { font-family: Tahoma; font-size: 12px; color: #000066 }