.chromestyle{
	font-weight: normal;
	font-size: 14px;
	height: 60px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}

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

.chromestyle ul{
	/*THEME CHANGE HERE*/
	padding: 10px 0;
	margin: 0;
	background-repeat: repeat-x;
	background-position: center center;
	color: #CCC;
	text-align: center;
	background-color: #D8EDCB;
}

.chromestyle ul li{
	display: inline;
	text-align: left;
}

.chromestyle ul li a{
	color: #8E439E;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

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

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-family: Tahoma, Geneva, sans-serif;
	line-height:18px;
	z-index:100;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-size: 12px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 1px 0;
	text-decoration: none;
	background-color: #D9E85B;
}

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