#dropmenudiv {
margin-left:22px;
position:absolute;
font:normal 9pt Verdana;
line-height:18px;
z-index:1000;
text-align:left;
color:#ffffff;
width:150px;
background:#004371;
border:#ffffff 1px solid;
padding:3px;
}

#dropmenudiv a {
width: 100%;
z-index:1000;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#ffffff;
margin-bottom:2px;
background:url(../images/arrowDropDown.gif) center right no-repeat #1571B0;
}

#dropmenudiv a:hover { /*hover background color*/
background-color:#D3A739;
}

#dropmenudiv_firefox {
margin-left:22px;
position:absolute;
font:normal 9pt Verdana;
line-height:18px;
z-index:1000;
text-align:left;
color:#ffffff;
width:150px;
background:#004371;
border:#ffffff 1px solid;
padding:3px;
}

#dropmenudiv_firefox a {
width: 100%;
width: 100%;
z-index:1000;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#ffffff;
margin-bottom:2px;
background:url(../images/arrowDropDown.gif) center right no-repeat #1571B0;
}

#dropmenudiv_firefox a:hover { /*hover background color*/
background-color:#D3A739;
}
