.chromestyle{
width: 99%;
font-weight: bold;


}

.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%;
/*padding: 4px 0;*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	-x-system-font:none;
	border-left-width:0;
	color:#FFF;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	width:100%;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration: underline;
	color: #ccc;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	padding-top:-10px;
	font: bold 15px Trebuchet MS, Arial, sans-serif;
	z-index:100;
	background-color: #978A5D;
	width: 250px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom:solid 1px #EEEEEE;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #282417;
	padding-left:5px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #423D29;
	color: #FFFFFF;
}
