.chromestyle{
	background-color: #873B19;
	width: 100%; /* --- SET MENU BAR WIDTH  --- */
	height: 27px; /* --- MENU BAR HEIGHT  --- */
	margin-left: 0px; /* --- MENU LEFT SPACING  --- */
	margin-right: 0px; /* --- MENU RIGHT SPACING  --- */

	border: 0px solid #231F20; /* --- MENU BORDER AND COLOR  --- */
	border-bottom: 0px solid #C8D9F8; /* --- MENU BORDER base AND COLOR  --- */
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: White;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(chromebg.gif1) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	border-right: 1px solid #946438; /*HORIZONTAL DIVIDE LINE BETWEEN LINKS*/
	height: 22px; /* --- MENU  BAR HEIGHT  --- */
	color: #fff; /* --- FONT COLOR  --- */
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 5px;
	overflow: hidden;
	float: left;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over12.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #fff;
background: #BD5122;
text-decoration: underline;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position: absolute;
	top: 0;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #873B19;  /* --- DROP DOWN MAIN BACKGROUND COLOR  --- */
	width: 200px;
	visibility: hidden; /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #946438; /*VERTICAL DIVIDE LINE BETWEEN LINKS*/
	padding: 7px;
	text-decoration: none;
	font-weight: normal;
	color: White;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color: White;
background-color: #BD5122;
}
