.chromestyle
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 11px;
	font-style: bold;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	letter-spacing: .2em;
	color: #FFFFFF;
	text-align: left;
}

.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;
	width: 100%;
	background: transparent url(../images/header/header_bgrnd.jpg) repeat-x;
	/*THEME CHANGE HERE*/
	height: 78px;
	padding-top: 55px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: left;
	/*set value to "left", "center", or "right"*/
}



.chromestyle ul li
{
/* border-right: 1px solid #f0f1f2;*/
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	text-align: left;
}





.chromestyle ul li a, .chromestyle ul li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: .15em;
	margin: 0px;
	text-align: center;
}




.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
	/*script dynamically adds a class of "selected" to the current active menu item*/
	background: #315477;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv
{
	position: absolute;
	top: 0;
	border: 1px solid #FFFFFF;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	color: #ffffff;
	font-size: 12px;
	font-style: bold;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-align: left;
	letter-spacing: .2em;
	z-index: 100;
	background-color: #637795;
	width: 275px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	visibility: hidden;
}

.dropmenudiv a, .dropmenudiv a:visited
{
	width: auto;
	display: block;
	text-indent: 2px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	/*THEME CHANGE HERE*/
	padding: 2px 2px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #315477;
	color: #ee8203;
	text-decoration: none;
}
