	/* Old Nav */
	
	#topNav li {

	}
	#topNav a {
		font: 18px/18px 'futura-cond', Verdana, sans-serif;
		padding: 2px 5px;
	  text-shadow: 1px 1px 3px #888;
	}
	#topNav a:hover, #topNav a.active {
		color: #fff;
	  text-shadow: 1px 1px 3px #888;
	}	
	
	
	/* Nav */

	#nav {
		float: left;
		width: 546px;
		height: 47px;
		background: transparent url('/images/header/nav-bg.png') left center repeat-x;
		list-style: none;
		margin: 5px 0 0;
		padding: 0;
	}

	#navPositioner {
		position: relative;
		background: url('/images/header/nav-banner-bg-alt.jpg') center center no-repeat;
		background-size: cover;
		height: 150px;
	}
	
	#bodyHome #navPositioner {
		background: url('/images/header/nav-banner-bg-home.jpg') center center no-repeat;
		background-size: cover;
		min-height: 540px;
		height: auto;
	}
	
	#navGradient {
		position: relative;
		height: 50px;
		background: rgba(0,0,0,0.4);
	}

	#topNavContainer {
		height: 50px;
		max-width: 930px;
		margin: 0 auto;
	}
	

	#menuContainer {
		height: 50px;
		margin: 0 auto;
	}
	
	#topNav {
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 650000;
		text-align: justify;
		width: 100%;
	}
	
	#topNav > li {
		position: relative;
		float: left;
	}
	
/* 	#govItem { width: 19%; }
	#commItem { width: 19%; }
	#resdItem { width: 24%; }
	#busiItem { width: 19%; }
	#iwtItem { width: 19%; } */
	
	#topNav > li:hover {
		color: #bb9207;
	}
	
	
	#govItem, #commItem, #resdItem, #busiItem, #iwtItem
	{
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	
	#govItem:hover, #commItem:hover, #resdItem:hover, #busiItem:hover, #iwtItem:hover
	{
		color: #fff;
	}
	
	#govItem:hover a.topLevel, #commItem:hover a.topLevel, #resdItem:hover a.topLevel, #busiItem:hover a.topLevel, #iwtItem:hover a.topLevel
	{
		color: #fff !important;
		text-shadow: 0px 2px 2px #000;
	}
	
	#govItem ul, #commItem ul, #resdItem ul, #busiItem ul, #iwtItem ul
	{
		display: block;
		text-align: left;
	}
	
	/* format top level a tags */
	a.topLevel  {
		font-family: 'open-sans', tahoma, sans-serif;
		color: #eae3de !important;
		font-size: 1.2em;
		text-transform: uppercase;
		display: block;
		text-align: center;
		line-height: 50px;
	}
	
	a.topLevel:hover  {
		text-decoration: none !important;
		color: #fff !important;
	}
	
	#topNav ul {
		position: absolute;
		left: 6px;
		top: 35px;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 216px;
		z-index: 650;
		color: #ffffff;
		text-decoration: none;
		background: #817c67;
	}
	
	/* left menu adjustment */
	#commItem ul {
	}
	
	#topNav .sub1 li  {
		position: relative;
	}
	
	#topNav .open {
		display: block;
	}
	
	#topNav .close {
		display: none;
	}
	
	#topNav ul li {
		float: none;
		padding: 0;
	}
	
	#topNav ul li a {
		font: 10.6667px/16px Verdana, Geneva, sans-serif;
		color: #fff;
		display: block;
	}
	
	/* left menu adjustment */
	#topNav #commItem ul li a {
		color: #fff;
		display: block;
	}
	
	ul.sub1  { background: #817c67 !important; }
		ul.sub1 li:hover { background: #114423 !important; }
	ul.sub2  { background: #817c67 !important; }
		ul.sub2 li:hover { background: #114423 !important; }
	ul.sub3  { background: #817c67 !important; }
		ul.sub3 li:hover { background: #114423 !important; }	
	
	
	#topNav ul li:hover, #topNav ul li:hover a {
	}
	
	 #topNav ul li a:hover {
		text-decoration: none;	
	 }
	
	#topNav ul ul {
		left: 216px;
		_left: 0;
		top: 0;
	}
	
	#topNav .arrow {
		background: url('/images/menu/nav-arrow-off.gif') 200px center no-repeat;
	}

 	#topNav .arrow:hover {
 		background: url('/images/menu/nav-arrow-over.gif') 206px center no-repeat;
		color: #fff;
		text-decoration: none;
 	} 
	
	#menuToggleContainer {
		display: none;
	}
	
	
	.accordionToggle {
		display: none;
	}