.chromestyle{
width: 766px;
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{
	border: 0px solid #CBA179;
	font-family: Arial;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 2px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-color: #AC7849;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #ffd822;
	padding: 4px 4px;
	margin: 0;
	text-decoration: none;
	border-right-style: solid;
	border-right-color: #ffd822;
	border-right-width: 0px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.chromestyle ul li a:hover{
	background-color: #AC7849;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: none;
}

.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: 1px solid #CBA179; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:22px;
	z-index:100;
	background-color: #AC7849;
	width: 150px;
	visibility: hidden;
/*Add Shadow in IE. Remove if desired*/
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffd822;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBA179;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CBA179;
}
