.chromestyle{
width: 960px;
height: 29px;
font-weight: normal;
font-size:110%;
text-transform: uppercase;
color:#888;
}

.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%;
background: #EEE9D9 center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 15px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #888;
padding:5px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #EEE9D9; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #E4DFCF center center repeat-x; /*THEME CHANGE HERE*/
color:#8B6900;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #E4DFCF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:1.25em;
line-height:18px;
z-index:100;
background-color:#EEE9D9;
width: 200px;
visibility: hidden;
text-align:left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #E4DFCF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #888;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E4DFCF;
color:#8B6900;
text-decoration: none;
}

.dropmenudiv a:selected{

color:#8B6900;
text-decoration: none;

}

.dropmenudiv a:visited{

color:#8B6900;
text-decoration: none;

}
