.chromestyle{
width: 100%;
font-family: Tahoma, Geneva, sans-serif;
font-weight: normal;
}

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

.chromestyle ul{
width: 808px;
height:32px;
background:url(/images/topstripct.jpg); background-repeat:no-repeat;
padding: 5px 10px 0px -5px;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #785730; /*text)*/
border-right: 1px #F90 solid;
margin: 0;
text-decoration: none;
padding: 0px 12px 0px 12px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#9F8256; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: none;
border-bottom-width: 0;
font:normal .9em Tahoma, Geneva, sans-serif;
line-height:1.5em;
z-index:100;
background-color:#FFC;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px dotted #8E6030; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color:#563C1A ;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

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