
.chromestyle{
	width: 99%;
}
.chromestyle:after, .chromestyle1: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:0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	height: 31px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 6px 22px 0px 22px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #EBDD93;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	background-image: url(../images/down-arrow-1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.chromestyle ul li a:hover{
	color: #000;
	background-image: url(../images/down-arrow-2.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}
.chromestyle ul li a.active{
	padding: 6px 22px 0px 22px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #EBDD93;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	background-image: url(../images/down-arrow.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}
/*HTML to indicate drop down link*/	 
/*.chromestyle ul li a[rel]:after{ content: " v"; }*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	width: 170px;
	margin-top: 6px;
	position:absolute;
	top: 0;
	border: 1px solid #D3C39F; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=2); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	font-size: 11px;
	display: block;
	border-bottom: 1px solid #D3C39F; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F4F0E5;
}