.chromestyle{

	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	
}

.chromestyle ul{
	width: auto;
	padding: 10px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #1d2018;;
	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*/

	background:; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid  #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index:100;
	background-color: #fdf2ee;
	width: 250px;
	visibility: hidden;
}
.dropmenudiv1{
	position:absolute;
	top: 0;
	border: 1px solid  #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index:100;
	background-color: #fde2d9;
	width: 250px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid  #FFFFFF; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #041c42;
}
.dropmenudiv1 a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid  #FFFFFF; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #041c42;
}
* html .dropmenudiv1 a{ /*IE only hack*/
	width: 100%;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f7bcaa;
	
}
.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
	background-color: #fbd1c5;
}
.dropmenudiv3{
	position:absolute;
	top: 0;
	border: 1px solid  #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index:100;
	background-color: #fbd1c5;
	width: 250px;
	visibility: hidden;
}
.dropmenudiv4{
	position:absolute;
	top: 0;
	border: 1px solid  #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index:100;
	background-color: #f7c2b0;
	width: 250px;
	visibility: hidden;
}


.dropmenudiv3 a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid  #FFFFFF; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #041c42;
}
.dropmenudiv4 a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid  #FFFFFF; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #041c42;
}
* html .dropmenudiv3 a{ /*IE only hack*/
	width: 100%;
}
* html .dropmenudiv4 a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
	background-color: #fde2d9;
}
.dropmenudiv4 a:hover{ /*THEME CHANGE HERE*/
	background-color: #fdf2ee;
}