.chromestyle{
	width: 99%;
	font-weight: normal;
}
.chromestyle img{
	padding-right: 0px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -5px;
}
.header_background {
	background-image: url(../../images/bluefade.png);
	background-repeat: repeat;
}

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

.chromestyle ul{
	width: 100%;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(../../images/2011_nav_background.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	text-decoration: none;
}

.chromestyle ul li a{
	color: #FFF;
	padding: 21px 21px;
	margin: 0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected, .chromestyle ul li a.visited{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #9EBE67;
	text-decoration: none!important;
}

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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #FFF;
	width: 200px;
	visibility: hidden;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1D597D;
	border-right-color: #1E5A7D;
	border-left-color: #1E5B7D;
	color: #135176;
	text-decoration: none;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none!important;
	font-weight: bold;
	color: #1D597D;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D597D;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color: #1E5A7D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none!important;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #798490;
	text-decoration: none!important;
}
