.chromestyle{
	width: 890px;
	font-weight: bold;
	float:left;
	margin-top:21px;
	margin-left:15px;
}

.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: left; /*set value to "left", "center", or "right"*/
font:12px Verdana, Geneva, sans-serif;
font-weight:bold;
color:#FFF;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFF;
padding: 4px 7px;
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*/
background-color:#FFF; color:#000; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
margin-top:2px;
font:normal small Verdana;
font-weight:normal;
line-height:18px;
z-index:100;
width: 326px;
visibility: hidden;
background-color:#740E03;
padding-bottom:5px;
}


.dropmenudiv a{
width: 155px;
margin-left:2px;
float:left;
display: block;
text-indent: 0px;
padding: 2px;
padding-left:3px;
text-decoration: none;
color:#FFF;
}

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

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