.chromestyle{
	text-align: center;
	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{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCC99;
	text-align: center;
}

.chromestyle ul li{
display: inline;
text-align: center;
}

.chromestyle ul li a{
	color: #CCCC99;
	text-decoration: none;
		padding-top: 2px;
	padding-bottom: 8px;
	margin-right: 25px;
	margin-left: 5px;
}
.chromestyle ul li a:visited{
	color: #CCCC99;
}

.chromestyle ul li a:hover{
	color: #ff6600;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #343a08;
	background-color: #4f5618;
	text-align: left;
	line-height: 19px;
	z-index:100;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4);

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-left: 1px solid #889148;
	border-top: 1px solid #9ba35f;
	border-bottom: 1px solid #000000;
	padding: 3px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #CCCC99;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
	color: #CCCC99;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #343a08;
	color: #ff6600;
}

