.chromestyle{
width: 100%;
font-family: arial, verdana, sans-serif;
font-weight: normal;
/*font-variant: small-caps;
font-weight: bold;*/
font-size: 13px;
color: #c1ba9a;
}

.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: url(chromebg.gif) center center repeat-x;*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited {
color: #674c37;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffffff;
}

.chromestyle ul li a:hover{
color: #009933;
/*background: url(images/bg_nav_hover2.png);*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/* content: " " url(images/arrow_submenu.gif); */ /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight: normal;
font-family: arial, verdana, sans-serif;
/*font-variant: small-caps;*/
font-size: 11px;
line-height: 25px;
z-index: 100;
/*background: url(images/bg_sub2.png) #fff;*/
background-repeat: repeat-y;
width: 175px;
visibility: hidden;
text-align: left;
/*Add Shadow in IE. Remove if desired*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */

}

.dropmenudiv a:link, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #674c37;
padding-left: 5px;
background: #C1BA9A;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background: url(images/bg_sub_hover2.png) #ffffff;*/
background-repeat: no-repeat;
color: #009933;
padding-left: 5px;
}