.chromestyle{
	width: 99%;
	font-weight: normal;
	color: #fefefe;
}

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

.chromestyle ul{
border: 0px solid #ffffff;/*#BBB*/
font:normal 11px Verdana;
width: 100%;
padding: 3px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
color: #fefefe;/*#F4AE1A*/
}

.chromestyle ul li{
display: inline;
color: #fefefe;/*#F4AE1A*/
}

.chromestyle ul li a{
color: #fefefe;/*#E9A00C*/
padding: 4px 7px;
font:normal 11px Verdana;
margin: 0;
padding: 3px 20;
text-decoration: none;
border-right: 1px solid #fefefe; /*#284280*//*THEME CHANGE HERE*/
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li a:hover{
background: url(chromebg22-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: -100;
	font:normal 11px/28px Verdana;
	z-index:100;
	background-color: #fefefe; /*#FFB311*/
	width: 170px;
	text-align: left;
	padding: 0px;
	filter: progid;
	border-top: 0px solid #fefefe;/*#000000*/
	border-right: 1px solid #fefefe;/*#000000*/
	border-bottom: 0px solid #fefefe;/*#000000*/
	border-left: 0px solid #fefefe;/*#000000*/
	color: #fefefe;/*#F4AE1A*/
:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 12px;
border-bottom: 1px solid  #fefefe;/*#284280 /*THEME CHANGE HERE*/
border-right: 0px solid  #fefefe;/*#284280 /*THEME CHANGE HERE*/
font:normal 11px Verdana;
padding: 0;
text-decoration: none;
font-weight: normal;
padding: 4px 7px;
color: #fefefe;/*#666666*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fefefe;/*#efefef*/
border-right: 0px solid #fefefe; /*#284280*//*THEME CHANGE HERE*/
}