.chromestyle{
	width: 1241;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	background: none; /*THEME CHANGE HERE--url(../PWnew/images/menubar_active4.gif) center center repeat-x #3a85bf*/
	padding: 4px 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 6px 30px;
	margin: -2px;
	text-decoration: none;
	border-right: 1px solid #9faab2;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #094f85; /*(color 094f85)THEME CHANGE HERE--url(chromebg-over.gif) center center repeat-x*/
	color: #ffffff;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-top: 0px solid #094f85;/*border: 2px solid #3a85bf;THEME CHANGE HERE*/
	border-right: 0px solid #3b85bf;/*border-bottom-width: 2;THEME CHANGE HERE*/	
	font:normal 12px Verdana;
	line-height:20px;
	z-index:100;
	background-color: #094f85;  /*bbd2d9*/
	width: auto;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;  /*094f85*/
	text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3b85bf;  /*f0f0f0*/
	color: #ffffff;  /*#094f85*/
	border-left: 2px solid #094f85;
	border-right: 2px solid #094f85;
}
