.chromestyle{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background: url(chromebg.gif) repeat-x; 

color:#CCC;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
width: 978px;
background:url(chromebg.gif) repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;

text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #333;
padding: 28px 32px;
font-weight:bold;

float:left;
text-decoration: none;
border-right: 1px solid #ccc;

}

.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(chromebg-over.gif) center center repeat-x;
margin:0;
padding: 28px 38px;
cursor:pointer;

color: #FFF; /*THEME CHANGE HERE*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;


z-index:100;
background-color: #f6e79f;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent:7px;
border-bottom: 1px solid #d4be5a; 
/*THEME CHANGE HERE*/
padding: 8px 0;
cursor:pointer;

text-decoration: none;
font-weight: bold;
color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 978px;
cursor:pointer;


}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#f2d059; 
cursor:pointer;


}
