@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #808080;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FA7D15;
}
a:active {
	text-decoration: none;
	color: #666666;
}


anav {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	/*?not sure this will work- IE windows 5.5
	display:inline-block;*/
	/*font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 18px;
	display: block;	
	/*border-right-width: 4px;
	border-left-width: 4px;
	border-right-color: #FA7D15;
	border-left-color: #FA7D15;*/
}
.nava {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #FFFFFF;
	white-space: nowrap;
	background-color: #9EB400;
	text-align: center;
	height: 18px;
	display: block;	/*vertical-align: bottom;
	background-position: center;
	white-space: nowrap;
	background-repeat: repeat;*/
}
.nava:hover {
	background-color: #FA7D15;
	color: #FFFFFF;
	text-align: center;	
	height: 18px;	
	white-space: nowrap;
	/*white-space: nowrap;
	display: block;
	background-position: center;
	vertical-align: middle;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #FA7D15;
	border-left-color: #FA7D15;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #FA7D15;
	border-bottom-color: #FA7D15;*/
}
.nava span {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}

.nava span span{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	background-color: #FA7D15;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	height: 18px;
	display: block;
}


.nava:link {
	color: #FFFFFF;
	height: 18px;
	background-color: #9EB400;
	text-align: center;
	white-space: nowrap;
	/*background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	background-position: center;	
	white-space: nowrap;
	display: block;*/
}

/* works like orange nav, but without link. Text centers nicely vertically
.active {
	background-color: #FA7D15;
	color: #FFFFFF;
	text-align: center;
	height: 18px;
	/*white-space: nowrap;
	display: block;*/
	/*background-position: center;
	}
	*/
