.chromestyle{
width: 944px; left:50%; margin-left:-472px; position:relative;
text-align:left; background:#736357; font:normal 11px verdana; text-transform:uppercase; float:left
}

.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%;
padding: 8px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li.blank{
display: inline; padding-left:115px;
}.chromestyle ul li.blank strong{visibility:hidden}

.chromestyle ul li a{
color: #FFFFFF;
padding: 8px 20px;
margin: 0;
text-decoration: none;
font:bold 12px verdana

}

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

.chromestyle ul li a.over{
 background: #f7931e center center repeat-x;
}

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

.dropmenudiv{
position:absolute;
top: 0; /*THEME CHANGE HERE*/
border-bottom-width:0;
font:normal 11px verdana;
line-height:18px;
z-index:100;
background-color: #736357;
padding:10px;
width: 250px;
visibility: hidden;}

.dropmenudiv div{color:#FFFFFF; padding: 2px 0px 2px 5px; text-transform:uppercase; margin-right:5px;}
.dropmenudiv div a{width: auto; text-indent: 3px; padding:0px; background:none}

.dropmenudiv a{
background:url(images/shad.gif) no-repeat 10px 7px;
width: auto;
display: block;
text-indent: 3px; /*THEME CHANGE HERE*/
padding: 2px 0px 2px 20px;
text-decoration: none;
color: white;
}


* html .dropmenudiv a,.dropmenudiv div a { /*IE only hack*/
width: 90%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#c7b299 url(images/shad-hover.gif) no-repeat 10px 7px; color:#736357;
}
.dropmenudiv div a:hover {background:#c7b299; color:#736357;}