.chromestyle{
	width: 99%;
	font-weight: normal;
}
#chromemenu {
	clear: both;
}
.header_background {
	background-image: url(../../images/nav.gif);
	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/nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

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

.chromestyle ul li a{
	color: #FFF;
	margin: 0;
	font-family: "Arial Narrow Bold", Arial Narrow, Arial;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}

.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: #D72221;
	text-decoration: none;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #000;
	width: 200px;
	visibility: hidden;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: "Arial Narrow Bold", Arial Narrow, Arial;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.1em;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
font-family: "Arial Narrow Bold", Arial Narrow, Arial;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
}

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