#navMast{ width: 787px; margin-top: 7px; }
	#navMast ul{ float: right; position: relative; width: 787px; margin: 10px 0 0 0; line-height: 1; }
	#navMast li{ float: left; text-indent: -9999px; }
	#navMast li li{ text-indent: 0; font-size: 11px; font-weight: bold; width: auto; height: 10px; background: #fff; }
	#navMast li li a{ width: auto; height: auto; margin: 10px 10px; background: #fff; display: inline; color: #008264;  }
	#navMast li li a:hover {color: #004176;}
	#navMast li li.selected a{ color: #008264; }
	#navMast li li.live a { color: #004176; text-decoration: underline; }
	#navMast ul ul{ position: absolute; left: 0; width: 787px;  margin: 10px; display: none; }
	#navMast ul ul.selected,
	#navMast ul ul.active{ display: block; }
	#navMast ul li ul li span {padding: 0 10px 0 10px; color: #008264;}
/*	#navMast ul li:hover ul{ display: block; } */
	
	#navMast li a{ display: block; background: url(../images/mainNav.gif) top left no-repeat; height: 22px; padding: 0; border: none; }
	#navMast li.product a{ background-position: 0 0; width: 149px; }
	#navMast li.services a{ background-position: -148px 0; width: 185px; }
	#navMast li.resources a{ background-position: -333px 0; width: 176px; }
	#navMast li.about a{ background-position: -510px 0; width: 114px; }
	#navMast li.needs a{ background-position: -624px 0; width: 162px; }

	
	#navMast li.product a:hover,
	#navMast li.product a.selected,
	#navMast li.product a.active{ background-position: 0 -22px; }
	#navMast li.services a:hover,
	#navMast li.services a.selected,
	#navMast li.services a.active{ background-position: -148px -22px; }
	#navMast li.resources a:hover,
	#navMast li.resources a.selected,
	#navMast li.resources a.active{ background-position: -333px -22px; }
	#navMast li.about a:hover,
	#navMast li.about a.selected,
	#navMast li.about a.active{ background-position: -510px -22px; }
	#navMast li.needs a:hover,
	#navMast li.needs a.selected,
	#navMast li.needs a.active{ background-position: -624px -22px; }
	
	#navMast li.product li a{ width: auto; }
	#navMast li.services li a{ width: auto; }
	#navMast li.resources li a{ width: auto; }
	#navMast li.about li a{ width: auto; }
	#navMast li.needs li a{ width: auto; }
	


