.chromestyle{
width: 100%;
font-weight: normal;
font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
background: #6A6A6A url(images/menu_bg.jpg) repeat-x top center; /*THEME CHANGE HERE*/
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 5px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"
background: url(images/menu_bg_split.jpg) center left no-repeat;*/
}

.chromestyle ul li{
display: inline;
margin-left: -5px;
}

.chromestyle ul li a{ /* main menu bar buttons */
color: #ffffff;
padding: 5px 20px 5px 20px; /* top right bottom left */
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
background: url(images/menu_bg_split.jpg) center right no-repeat;
}

.chromestyle ul li a:hover{ /* main menu bar buttons - rollover*/
background: #6A6A6A; /* url(images/menu_bg_over.jpg) repeat-x */ /*THEME CHANGE HERE*/
color: #FFFFFF;
}

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

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px none #BBB; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font:normal 1.2em Verdana, Arial, Helvetica, sans-serif;
line-height: 1.2em;
text-align: left;
z-index:100;
/*background-color: white;*/
width: auto; /*200px;*/
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto; /*100%;*/
margin-top: 1px;
display: block;
text-indent: 16px;
border: 1px solid #490E1A; /*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 4px; /* top+bottom left+right */
text-decoration: none;
font-weight: normal;
background-color: #ffffff;
color: #490E1A;
padding-left: 3px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(images/menu_thing.gif) 5px 7px no-repeat #cccccc;
color:#490E1A;
text-decoration: none;
}