#dropmenudiv{
position:absolute;
border-bottom: 1px solid #336699;
border-right: 1px solid #336699;
border-left: 1px solid #336699;
border-bottom-width: 0;
font-family: arial, helvetica;
font-size: 8pt;
font-weight:600;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid #336699;
padding: 0px 0;
text-decoration: none;
font-family: arial, helvetica;
font-size: 8pt;
font-weight:600;
color: #336699;
text-align: left;
background: #f5f5f5;
}

#dropmenudiv a:hover{ /*hover background color*/
background: #f5f5f5 url(../images/topnav_bg_green.gif);
color: #ffffff;
text-align: left;
}
