.chromestyle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
}

.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(../gifs/navbg.gif) repeat-x center; /*THEME CHANGE HERE*/
	margin: 0;
	height: 28px;
	text-align: center;
	line-height: 26px;
}

.chromestyle ul li{
display: inline;
text-align: center;
}

.chromestyle ul li a{
	color: #000000;
	padding: 4px 10px 6px;
	text-decoration: none;
	border-right: 1px solid #FEF0B4;

}

.chromestyle ul li a:hover{
background: url(../gifs/navrobg.gif) repeat-x center; /*THEME CHANGE HERE*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 11px Verdana;
	text-align: left;
	line-height:18px;
	z-index:100;
	background-color: #FEF0B4;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-bottom: 1 solid #CCCCCC;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
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: #CAA30C;
color: #ffffff;
}