.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	/*display: block;*/
	height: 0;
	clear: both;
	visibility: hidden;
	width: 100%;
}

.chromestyle ul{
	border: 1px solid #D5AD75;
	color: #FFFFFF;
	width: 100%;
	height: 20px;
	background: #781126;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: #D5AD75; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 450px;
	border: 1px solid #D5AD75; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:14px;
	z-index:100;
	background-color: #781126;
	width: 194px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	left: 121px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #D5AD75; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: White;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #D5AD75;
}
.style3 {
color: #781126;
}

