.chromestyle{
width: 99%;
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{
	width: 100%; /*THEME CHANGE HERE*/
	color: #FFFFFF;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-image: url(../images/chromebg2.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
	display: inline;
	color:	#FFFFFF;
}

.chromestyle ul li a:link {
	color: #652E00;
	font-weight:bold;
		padding: 8px 25px;
margin: 0;
text-decoration: none;
	}
	.chromestyle ul li a:visited {
	color: #652E00;
	font-weight:bold;
		padding: 8px 25px;
margin: 0;
text-decoration: none;
}
	.chromestyle ul li a:hover {
	color: #652E00;
	text-decoration: underline;
	font-weight:bold;
		padding: 8px 25px;
margin: 0;
text-decoration: none;
	}
	.chromestyle ul li a:active {
	color: #652E00;
	font-weight:bold;
		padding: 8px 25px;
margin: 0;
text-decoration: none;
}

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

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
	line-height:21px;
	z-index:100;
	background-color: #652E00;
	width: 60px;
	visibility: hidden;
	text-indent: 0px;
	font-family: Georgia;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	padding: 1px;
}


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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FEE4C5;
text-decoration:none;
}
