.chromestyle{
	font-size: .7em;
	font-weight: bold;
	padding-top: 10px;
}

.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: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	width: 111px;
	height: 30px;
	position: relative;
	overflow: hidden;
	float: left;
}


.chromestyle ul li a{
	color: #15390D;
	margin: 0;
	text-decoration: none;
	display: block;
	width: 111px;
	height:20px;
	padding-bottom: 10px;
}

.chromestyle ul li a:hover{
	color: #660000;
}

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


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

.dropmenudiv{
	position:absolute;
	border: 1px solid #A79648; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:20px;
	z-index:100;
	background-color: #E4CAB3;
	width: 111px;
	visibility: hidden;



	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-size: 0.7em;
	left: 494px;
	top: 160px;
}


.dropmenudiv a{
	width: 111px;
	display: block;
	border-bottom: 1px solid #A79648;
	text-decoration: none;
	color: #660000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

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

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

#dropmenu1{}
#dropmenu2{}
#dropmenu3{}
#dropmenu4{}
