.chromestyle{
width:710px;
font-weight: normal;
background-color: #988675;
}

.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%; /*THEME CHANGE HERE*/
	padding: 3px 5px 3px 5px;
	font: normal bold 11px Verdana;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-color: #988675;
	font-variant: small-caps;
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
	color: #343434;
	padding: 1px 5px 1px 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #343434;
	background-color: transparent;
}

.chromestyle ul li a:hover{
	/*THEME CHANGE HERE*/
	background-color: #63503C;
	color: #7FB23C;
}

.chromestyle ul li a[rel]:after{
	content: "."; /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	padding-left: 3px;
	color: #000000;
}


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

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #889652;
	width: 140px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	font-variant: normal;
}

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

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
	background-color: #B8860B;
	font-weight: bold;
}