.chromestyle{
	height: 68px;
	padding-left: 0px;
	margin-left: 0px;
	position: absolute;
	left: 272px;
	top: 80px;
	width: 550px;
}

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

.chromestyle ul{
	font-size:10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	height: 68px;
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.chromestyle ul li{
	float: left;
	margin-right: 2px;
	padding-top: 16;
	display: inline;
}

.chromestyle ul li a{
	margin: 0;
	text-decoration: none;
	letter-spacing: 0px;
	color: #CCCCCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	text-transform: none;
	padding-top: 23px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	background-image: url(../images/navDiv.jpg);
	background-position: right;
}

.chromestyle ul li a:hover{
	color: #d9a500;
	text-decoration: none;
}


.chromestyle ul li.active a {
	font-weight: normal;
	color: #93c83e;
	}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(../images/downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0.05em solid #BBB;
	line-height:18px;
	z-index:100;
	background-color: #e9e8ea;
	width: 200px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding-right: 0;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
