.chromestyle{
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{
background: url(../images/main_navbg.gif) center repeat-x; /*THEME CHANGE HERE*/
padding:0px 0 0 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	line-height:35px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
}
.chromestyle ul li a{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#606060;
	display:block;
	text-align:center;
	line-height:35px;

}
.chromestyle ul li a:hover{
	background-color: #CCCCCC;
}

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

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
background:#612000;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #762900; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#c28e62;
}

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

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