.chromestyle{
width: 730px;
height: 28px;
margin:0px 0 0 180px;
font-weight: bold;
padding:0 0 0 22px;

}

.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(xchromebg.gif) center center repeat-x;THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #fff;
padding: 3px 8px 8px 15px; /* main nav and drop down gap*/
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#fff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #770304; /*THEME CHANGE HERE*/
border-top: 0px;
padding: 2px 0 4px 0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #EBEAD7;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=133);Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
font-family:Arial, Helvetica, sans-serif;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
padding: 1px 0 0px 6px;
text-decoration: none;
font-weight: normal;
color: #770304;
font-size:11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DAD8B3;
}