@media screen and (min-width: 950px) {	

	#navWrap {
	}

	#nav {
		position: relative;
		z-index: 650;
		margin: 0 auto;
		max-width: 950px;
	}

	#topNavContainer {
		height: 40px;
		max-width: 950px;
		margin: 0 auto;
	}
	

	#menuContainer {
		height: 40px;
		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;
		margin: 0;
		padding: 0;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
			
		transition: text-shadow .3s, color .3s, background .3s;
		-moz-transition: text-shadow .3s, color .3s, background .3s; /* Firefox 4 */
		-webkit-transition: text-shadow .3s, color .3s, background .3s; /* Safari and Chrome */
		-o-transition: text-shadow .3s, color .3s, background .3s; /* Opera */
	}
	
	#topNav > li:hover {
		background: #237590;
		color: #fff;
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

	.bodySplash #topNav > li:hover {
		background: #52490e;
	}	
	
	.bodyCounty #topNav > li:hover {
		background: #19520e;
	}	
	
	#topNav > li:hover a.topLevel
	{
		color: #fff !important;
		line-height: 40px;
	}
	
	#topNav > li ul
	{
		display: block;
		text-align: left;
	}
	
	/* splash */
	#sCityItem { width: 25%; }
	#sCounItem { width: 25%; }
	#sVisiItem { width: 25%; }
	#sBusiItem { width: 25%; }
	/* city */
	#offcItem { width: 25%; }
	#depaItem { width: 25%; }
	#utilItem { width: 25%; }
	#safeItem { width: 25%; }
	/* county */
	#cOffcItem { width: 32%; }
	#cDeptItem { width: 26%; }
	#cCourItem { width: 17%; }
	#cSafeItem { width: 25%; }
	
	/* format top level a tags */
	a.topLevel  {
		color: #fff !important;
		font-size: 1.35em;
		display: block;
		text-align: center;
		line-height: 40px;
		text-transform: uppercase;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

	a.topLevel:hover  {
		text-decoration: none !important;
	}
		
	#topNav ul {
		position: absolute;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 216px;
	}
	
	#topNav #cSafeItem ul, #topNav #safeItem ul, #topNav #utilItem ul {
		left: -73px;
	}
	
	#topNav #cCourItem ul {
		left: -119px;
	}
	
	#topNav #cCourItem ul ul, #topNav #utilItem ul ul, #topNav #cSafeItem ul ul, #topNav #safeItem ul ul {
		left: -216px;
	}
	
	#topNav #cCourItem .arrow, #topNav #utilItem .arrow, #topNav #cSafeItem .arrow, #topNav #safeItem .arrow {
		background: url('/images/menu/top-nav-arrow-left.png') 2% center no-repeat;
	}
	
	#topNav #cCourItem .arrow:hover, #topNav #utilItem .arrow:hover, #topNav #cSafeItem .arrow:hover, #topNav #safeItem .arrow:hover {
		background: url('/images/menu/top-nav-arrow-left.png') left center no-repeat;
	}
	
	#topNav .sub1 li  {
		position: relative;
	}
	
	#topNav .open {
		display: block;
	}
	
	#topNav .close {
		display: none;
	}
	
	#topNav ul li {
		float: none;
		padding: 0;
	}
	
	#topNav ul li a {
		color: #fff;
		padding: 3px 12px 3px 18px;
		display: block;
		font-weight: normal;
	}
	
	#bodySecondary #topNav ul li a {
		color: #fff;
	}
	
	
	ul.sub1  { background: #237590; position: relative; z-index: 650; }
		ul.sub1 li:hover  { background: rgba(255,255,255,0.5); position: relative; z-index: 650; }
	ul.sub2  { background: #237590; position: relative; z-index: 650; }
		ul.sub2 li:hover  { background: rgba(255,255,255,0.5); position: relative; z-index: 650; }
	ul.sub3  { background: #237590; position: relative; z-index: 650; }
		ul.sub3 li:hover { background: rgba(255,255,255,0.5); position: relative; z-index: 650; }	
		
	.bodySplash ul.sub1  { background: #52490e; }
	.bodySplash ul.sub2  { background: #52490e; }
	.bodySplash ul.sub3  { background: #52490e; }
		
	.bodyCounty ul.sub1  { background: #19520e; }
	.bodyCounty ul.sub2  { background: #19520e; }
	.bodyCounty ul.sub3  { background: #19520e; }

	
	
	#topNav ul li:hover, #topNav ul li:hover a {
	}
	
	 #topNav ul li a:hover {
		text-decoration: none;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */	 	
	 }
	
	#topNav ul ul {
		left: 216px;
		_left: 0;
		top: 0;
	}
	
	#topNav .arrow {
		background: url('/images/menu/top-nav-arrow.png') 200px center no-repeat;
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

 	#topNav .arrow:hover {
 		background: url('/images/menu/top-nav-arrow.png') 206px center no-repeat;
		text-decoration: none;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
 	} 

	
	#menuToggleContainer {
		display: none;
	}
	
	
	.accordionToggle {
		display: none;
	}

}


	@media screen and (max-width: 950px) {	
		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
		}
		
		ul.sub2 {
			display: none !important;
		}
		
		#menuToggleContainer {
			display: block;
			position: relative;
			background: #fff;
			padding: 7px 10px;
			z-index: 64000;
		}
		
		#menuToggle {
			background: transparent url('/images/menu/menu-icon.png') center center no-repeat;
			width: 84px;
			height: 28px;
			display: block;
			text-indent: -400px;
		  padding: 6px 12px;
		  border-radius: 5px;
		  box-shadow: 0px 0px 1px 1px #817e75;
		}
		
		#topNav {
			background: #fff;
			display: none;
			list-style-type: none;
			position: relative;
			padding: 0;
			z-index: 64000;
			width: 100%;
			margin: 0;
		}
		
		#topNav li {
			list-style-type: none;
			margin: 0;	
			padding: 15px 10px;
			border-bottom: 1px solid #817e75;
		}
		
		#visiItem {
			border-bottom: none;
		}
		
		#topNav li a {
			font-size: 1.4em;
			color: #817e75;	
		}
		
		#topNav .arrow {
			background-image: none;
		}
		
		.accordionToggle {
			display: block;
			float: right;
			text-indent: 400px;
			overflow: hidden;
			white-space: nowrap;
			width: 25px;
			height: 25px;
			background: transparent url('/images/menu/toggle-arrows.png') 0 5px no-repeat;
		}
		
		.sub1 li:last-child {
			border: 0 !important;
		}
	}