.chromestyle{
width: 99%;
font-weight: bold;
margin-top:2px;
}

.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:#FFFFFF;
	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;
	padding:2px 9px 0 14px;
	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;
border: 1px solid #EEEEEE; /*THEME CHANGE HERE*/
border-bottom-width:0px;
font: bold 15px Trebuchet MS, Arial, sans-serif;
line-height:18px;
z-index:100;
background-color: #C1C761;
width: 140px;
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: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #929638;
color: #fff;
}
