.chromestyle{
width: 828px;
height: 23px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #828282;
width: 100%;
background: url(bgButtonGray.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #5a5a5a;
font-size: 9pt;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 20px;
padding-right: 20px;
text-decoration: none;
border-right: 1px solid #828282;
margin-right:-3px;
}

.chromestyle ul li a:visited{
	text-decoration: none;
	color: #5a5a5a;
}

.chromestyle ul li a:hover{
background: url(bgButtonBlue.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #ffffff;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
font-size: 9pt;
line-height: 20px;
z-index: 999;
background-color: #ffffff;
visibility: hidden;
border: 1px solid #000000;
filter: alpha(opacity=90);
opacity: 0.90;
}

* html .dropmenudiv{
/*margin-left: -75px;*/
}

.dropmenudiv a:link{
width: auto;
display: block;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
font-size: 9pt;
font-weight: bold;
color: #007cc2;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
background-color: #ffffff;
width: auto;
display: block;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
font-size: 9pt;
font-weight: bold;
color: #007cc2;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #007cc2;
width: auto;
display: block;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
font-size: 9pt;
font-weight: bold;
color: #ffffff;
}
.dropmenudiv a:active{ /*THEME CHANGE HERE*/
background-color: #ffffff;
width: auto;
display: block;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
font-size: 9pt;
font-weight: bold;
color: #007cc2;
}