.chromestyle{
	height: 68px;
	width: 888px;
	background-image: url(/img/fond-menu.gif);
	background-repeat: repeat-x;
	FONT-SIZE: 13px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	line-height: 42px;
}

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

.chromestyle ul{
	text-align: center; /*set value to "left", "center", or "right"*/
	padding: 0px 0;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0;
	margin: 0;
}

.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(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
color: #F4D820;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #32302D; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 13px;
font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
text-align: left;
line-height:20px;
z-index:100;
background-color: #49453D;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #32302D; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
color: #FFFFFF;
background-color: #817358;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #49453D;
color: #FFCC33;
}