.chromestyle{
width: 940px;

}

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

.chromestyle ul{

width: 940px;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
line-height:31px;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 5px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ef9227;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
letter-spacing:.01em;
}



.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; 
padding-top: 8px;
padding-bottom: 7px;
border-right: 1px solid #ef9227;
margin-left: 0px;


/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;


font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:18px;
z-index:100;
background-color: #eb8822;
width: 200px;
visibility: hidden;

}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;

padding: 2px 0;
text-decoration: none;

color: #7a5000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 200px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f2b540;
}

.dropmenudiv a:link { color: #fff; }
.dropmenudiv a:visited { color: #fff; }