.chromestyle{
	width: 100%;
	font-family:Haettenschweiler;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

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

.chromestyle ul{
	/*border: 1px solid #BBB;*/
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display:inline;
}

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

}

.chromestyle ul li a:hover{

}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	
	font-family:Haettenschweiler;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	
	line-height:20px;
	z-index:100;
	background-color: #7D310C;

	white-space:nowrap;
/*	width: 210px;	*/
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #D05214;
	padding:2px 10px 2px 10px ;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}



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