@media screen and (min-width: 950px) {	

	#nav {		
		height: 50px;
		position: relative;
		z-index: 650;
	}

	#navPositioner {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
	}

	#topNavContainer {
		height: 50px;
		max-width: 1100px;
		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;
	}
	
	#topNav > li:hover {
		color: #bb9207;
	}
	
	#homeItem { width: 16%; }
	#deptItem { width: 16%; }
	#busiItem { width: 16%; }
	#commItem { width: 16%; }
	#visiItem { width: 16%; }
	#servItem { width: 20%; }
	
	#homeItem, #deptItem, #busiItem, #commItem, #visiItem, #servItem
	{
		float: left;
		margin: 0;
		padding: 0 12px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
			
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
		
	}
	
	#homeItem:hover, #deptItem:hover, #busiItem:hover, #commItem:hover, #visiItem:hover, #servItem:hover
	{
		background: rgb(114,136,119);
		color: #fff;
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
		
		
	}
	
	#homeItem:hover a.topLevel, #deptItem:hover a.topLevel, #busiItem:hover a.topLevel, #commItem:hover a.topLevel, #visiItem:hover a.topLevel, #servItem:hover a.topLevel
	{
		color: #fff !important;
		line-height: 50px;
		text-shadow: 0px 2px 2px #000;
	}
	
	#homeItem ul, #deptItem ul, #busiItem ul, #commItem ul, #visiItem ul, #servItem ul
	{
		display: block;
		text-align: left;
	}

	#homeItem #home {
		text-indent: -3500px;
		display: block;
		background: url('/images/header/home-icon.png') center no-repeat;
	}	
	
	/* format top level a tags */
	a.topLevel  {
		color: #fff !important;
		font-size: 1.1em;
		font-family: 'droid-sans', sans-serif;
		display: block;
		text-align: center;
		line-height: 50px;
		text-transform: uppercase;		
		
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}

	#homeItem a.topLevel {
		font-family: 'font-awesome';
		font-size: 1.5em;
	}

	a.topLevel:hover  {
		text-decoration: none !important;
		color: #fff !important;
	}
	
	#topNav ul {
		position: absolute;
		left: 0;
/*		bottom: 50px;*/
		margin: 0;
		padding: 0;
		list-style: none;
		width: 216px;
	}
	
	/* left menu adjustment */
 	#servItem ul {
		width: 100%;
	} 
	
	#topNav .sub1 li  {
		position: relative;
	}
	
	#topNav .open {
		display: block;
	}
	
	#topNav .close {
		display: none;
	}
	
	#topNav ul li {
		float: none;
		padding: 0;
		border: 1px solid #14381d;
	}
	
	#topNav ul li a {
		color: #fff;
		padding: 3px 12px 3px 15px;
		display: block;
		font-weight: normal;
	}
	
	/* left menu adjustment */
/* 	#topNav #busiItem ul li a, 
	#topNav #vesiItem ul li a, 
	#topNav #deptItem ul li a {
		color: #fff;
		padding: 3px 3px 3px 18px;
		display: block;
		font-weight: normal;
	} */
	
	#topNav ul.sub1  { background: #14381d; }
		#topNav ul.sub1 li:hover  {     
			background: rgba(255,255,255,0.4);
			border: 1px solid #f2f2f2;
			text-shadow: 0px 0px 20px #fff;
			transition: border .3s cubic-bezier(0.4, 0, 0.2, 1); 
		}
	#topNav ul.sub2  { background: #14381d; }
		#topNav ul.sub2 li:hover  { background: rgba(255,255,255,0.4); }
	#topNav ul.sub3  { background: #14381d; }
		#topNav ul.sub3 li:hover { background: rgba(255,255,255,0.4); }	
	
	
	#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: 215px;
		_left: 0;
		top: -1px;
	}
	
	/* left menu adjustment */
/* 	#topNav #busiItem ul ul,
	#topNav #toolItem ul ul,
	#topNav #deptItem 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;
		color: #fff;
		text-decoration: none;
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
 	} 

	/* left menu adjustment */
	#topNav #servItem .arrow {
		background: url('/images/menu/top-nav-arrow-left.png') 6px center no-repeat;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
	} 

	/* left menu adjustment */
 	#topNav #servItem .arrow:hover {
 		background: url('/images/menu/top-nav-arrow-left.png') left center no-repeat;
		color: #fff;
		text-decoration: none;
		
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
 	}  
	
	#menuToggleContainer {
		display: none;
	}
	
	
	.accordionToggle {
		display: none;
	}

}


	@media screen and (max-width: 950px) {	

		#navWrap {
			background: rgba(7,46,19,0.9);
		}

		#nav {		
			height: 50px;
			float: left;
			width: 15%;
			z-index: 650;
		}

		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
		}
		
		ul.sub2 {
			display: none !important;
		}
		
		#menuToggleContainer {
			display: block;
			position: relative;
			padding: 11px 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;
		}
		
		#topNav {
			background: #14381d;
			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: 4px 10px;
			border-bottom: 1px solid #fff;
		}
		
		#contactItem {
			border-bottom: none;
		}
		
		#topNav li a {
			font-size: 1.4em;
			color: #fff;	
		}
		
		#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;
		}
	}
	