.chromestyle{ 
    width: 766px;
    font-weight: bold;
    position: relative; z-index: 100;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
border: 0;
width: 100%;
background: url(../images/upper_bar_bkg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding-top: 2px;
padding-bottom: 5px;
padding-left: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{

display: inline;
padding: 6px;
}

.chromestyle ul li a{
color: #A7A5A5;
padding: 4px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
font:bold 12px arial;
}

.chromestyle ul li a:hover{
background: url(/images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #D5BC58;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(/images/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #605133; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: #9D8B5D;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: solid 1px #605133;;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #622B17;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C3AF7C;
color: #272727;
}
