.chromestyle{
width:100%;
float:left;
height:48px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding:0;
margin:0;
list-style:none;
}

.chromestyle ul li{
	float:left;
	margin:0;
	background:url(../images/menu-border.png) no-repeat right top;
	list-style:none;
}

.chromestyle ul li a{
color: #494949;
padding:10px 18px;
margin: 0;
text-decoration: none;
display:block;
}

.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/menu-border.png) no-repeat right top; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:1px solid #000;
font:normal 14px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
width:auto;
visibility: hidden;
list-style:none;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background:url(dropdown-normal.png) repeat-x #7c551d;
padding:8px 25px 8px 5px;
text-decoration: none;
font-weight: bold;
text-align:left;
color:#fff;
border-bottom:1px solid #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:url(dropdown-hover.png) repeat-x #362305;
padding:8px 25px 8px 5px;
color:#fff;
}