.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*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	font-family: Tahoma, Verdana;
	font-size: 11px;
	letter-spacing: 1px;
}

.chromestyle ul li{
display: inline;
}

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

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #EB6A10;

}

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

.dropmenudiv{
	position:absolute;
	line-height:10px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background-color: #FFFFFF;
}

.dropmenudiv a:hover{
	color: #EA690A;

}

.dropmenudiv a{
	width: auto;
	display: block; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #000000;
	margin-left: 10px;
	
}

