.chromestyle{
width: 99%;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt; 
font-weight: 200; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/*THEME CHANGE HERE*/
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: 600; 
font-variant: small-caps; 
padding: 4px 0;
margin: 0;
background: url(top1.jpg) center center repeat-x; 
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: 600; 
font-variant: small-caps; 
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
text-align: center;
border-bottom: 0px solid #b6dbab;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(top2.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #675d56; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10pt Arial;
text-align: left; 
line-height:18px;
z-index:100;
width: 110px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #675d56; /*THEME CHANGE HERE*/
padding: 2px 8px;
text-decoration: none;
font-weight: normal;
color: #000000;
background-color: #dad1c0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000000;
font-style: italic;
}
