.chromestyle{
font-weight:normal;

}

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

.chromestyle ul{
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

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

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
	margin-top:-1px;
	position:absolute;
	top: 0;
	border: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:15px;
	visibility: hidden;
	border-radius:0;
	border-top:none;
	padding-top:0;
	z-index:1000;

}


.dropmenudiv a{
display: block;
border-bottom: 1px solid #efebd9; /*THEME CHANGE HERE*/
padding: 8px 5px;
text-decoration: none;
font-weight: normal;
color:#333;
background:#ddd8c2;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#27201e;
color:#FFF;
border-radius:0px;
-moz-border-radius:0px !important;

}
