.chromestyle{
	width: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #CCCCCC;
	position: absolute;
	top: 0px;
	right: 23px;
}

.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%; /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	height: 60px;
	list-style-type: none;
	position: relative;
	left: 0px;
	top: 0px;
}

.chromestyle ul li{
	display: inline;
	height: 60px;
	float: right;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
	left: 0px;
	top: 0px;
	clear: none;
}

.chromestyle ul li a{
	color: #494949;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	display: block;
	border: 0px solid #DADADA;
	background-repeat: no-repeat;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(../../images/topNavOVER.jpg);
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:1000;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align: left;
	overflow: visible;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 4px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #548742;
	background-color: #FFFDD5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #7FAF58;
	color: #FFFFFF;
	background-image: url(../../images/topNavOFF.jpg);
	background-position: -25px -22px;
}
.chromestyle ul li a span {
	display: none;
}
a.HOME {
	width: 75px;
	background-position: -497px 0px;
}
a.CONTACT {
	width: 133px;
	margin-right: 5px;
	background-position: -914px;
}
a.LINKS {
	width: 76px;
	background-position: -838px;
}
a.INFO {
	width: 142px;
	background-position: -696px;
}
a.OFFICE {
	width: 124px;
	background-position: -572px;
}
