#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu a:hover{ /*Theme Change here*/
padding: 6px 14px 6px 14px;
}

#chromemenu ul{
padding: 6px 14px 6px 14px;
width: 100%;

margin-left: 0;
padding-left: 0;
margin: 0;
float: center;
font: normal 9px Verdana;
color: #000000;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: normal;
padding: 6px 14px 6px 14px;
text-decoration: none;
background: url(images/divider.gif) top right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
padding: 6px 14px 6px 14px;
color: #b1b1b1;
text-decoration: none;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #b1b1b1;
border-left: 1px solid #b1b1b1;
border-right: 1px solid #b1b1b1;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
visibility: hidden;
FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=94); opacity: 0.8;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
background-color: #005301;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 3px 0;
font:normal 11px Verdana;
text-decoration: none;
font-weight: normal;
color:#FFFFFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #005301;
color:#dddddd;
}