.chromestyle{
	width: 100%;
	overflow: hidden;
/* (en) containing floats in all other browsers */
	float: left;
	display: inline;
/* (en|de) Bugfix: IE - collapsing horizontal margins */
	position: relative;
/* (en) Repeat the main color from the image */
	background: #c0c0c0 url("images/shiny_buttons/background.png") repeat-x center right;
	border-top: 1px #8c2604 solid;
	border-bottom: 1px #8c2604 solid;
	line-height: 0;
}

.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(background.png) center center repeat-x; /*THEME CHANGE HERE*/
text-align: center; /*set value to "left", "center", or "right"*/
	display: inline;
	float: left; /* LTR */
/* (en) Left margin of the first button  */
	margin: 0 0 0 50px; /* LTR */
	padding: 0;
	border-left: 1px #aaa solid;
	border-right: 1px #fff solid;
}

.chromestyle ul li{
	border-left: 1px #fff solid;
	border-right: 1px #aaa solid;
/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
	display: inline;
	float: left; /* LTR */
	font-size: 1.0em;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.chromestyle ul li a{
	background: transparent;
	color: #852403;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.8em;
	text-decoration: none;
	width: auto;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #d7bda8; 
	color: #bb3204; 
	text-decoration: none; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #f0dbc9;
color: #8c2604;
width: 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;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
background-color: #f0dbc9;
color: #8c2604;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #d7bda8; 
	color: #bb3204; 
	text-decoration: none; 
}