@media screen and (min-width: 1100px) {	

	#navPositioner {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
		z-index: 650;
	}

	#nav {
		position: absolute;
		right: 0;
		background-size: cover;
		top: -55px;
	}

	#topNavContainer {
	}
	

	#menuContainer {
		margin: 0 auto;
	}
	
	#topNav {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 650;
	}
	
	#topNav > li {
		position: relative;
	}
	
	#topNav > li:hover {
		color: #fff;
	}
	
	
	#goveItem, #resiItem, #visiItem, #permItem, #busiItem, #helpItem 
	{
		float: left;
		margin: 0;
		padding: 5px 12px;
		text-transform: uppercase;
		
		
		-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 */
	}
	
	
	#goveItem:hover, #resiItem:hover, #visiItem:hover, #permItem:hover, #busiItem:hover, #helpItem:hover 
	{
		background-color: #252594;
		color: #fff;

		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;

		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}


	#goveItem:hover a.topLevel, #resiItem:hover a.topLevel, #visiItem:hover a.topLevel, #permItem:hover a.topLevel, #busiItem:hover a.topLevel, #helpItem:hover a.topLevel 
	{
		color: #fff !important;
		text-shadow: 0px 2px 2px #000;
	}
	
	#goveItem ul, #resiItem ul, #visiItem ul, #permItem ul, #busiItem ul, #helpItem ul 
	{
		display: block;
		text-align: left;
	}
	
	/* format top level a tags */
	a.topLevel  {
		color: #ffffff !important;
		display: block;
		font-family: 'Lato', tahoma, arial, san-serif;
		font-size: 17px;
		text-decoration: none;

		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;
		color: #fff !important;
	}
			
	#topNav ul {
		left: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 220px;
	}
	
	/* left menu adjustment */
	#helpItem ul {
		left: auto;
		right: 0;
	}
	
	#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;
		display: block;
		font-size: 12px;
		font-weight: normal;
		padding: 3px 12px 3px 3px;
		text-decoration: none;
	}
	
	/* left menu adjustment */
	#topNav #helpItem ul li a {
		color: #fff;
		display: block;
		font-weight: normal;
		padding: 3px 3px 3px 18px;
	}
	
	ul.sub1  { background: #252594; }
		ul.sub1 li:hover  { background: #03033f; }
	ul.sub2  { background: #03033f; }
		ul.sub2 li:hover  { background: #252594; }
	ul.sub3  { background: #03033f; }
		ul.sub3 li:hover { background: #252594; }	

	#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: 220px;
		_left: 0;
		top: 0;
	}
	
	/* left menu adjustment */
	#topNav #helpItem 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 #helpItem .arrow {
		background: url('/images/menu/top-nav-arrow-left.png') 6px center no-repeat;
		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 #helpItem .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; /* 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: 1099px) {	
		#navPositioner {
			background: #252594;
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
		}
		
		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
		}
		
		ul.sub2 {
			display: none !important;
		}
		
		#menuToggleContainer {
			background: #252594;
			padding: 4px 10px;
			z-index: 640;
		}
		
		#menuToggle {
			color: #fff;
			font-family: 'Open Sans', tahoma, arial, sans-serif;
			font-size: 1.3em;
			height: 34px;
			line-height: 34px;
			position: relative;
			top: -4px;
		}
		
		#menuToggle:before {
			color: #fff;
			content: "\f0c9";
			display: inline-block;
			font-family: "FontAwesome";
			font-size: 34px;
			height: 34px;
			line-height: 34px;
			position: relative;
			text-decoration: none;
			top: 4px;
			width: 34px;
		}

		#topNav {
			background: #252594;
			display: none;
			list-style-type: none;
			margin: 0;
			padding: 0;
			position: relative;
			width: 100%;
			z-index: 64000;
		}
		
		#topNav li {
			border-bottom: 1px solid #17495b;
			list-style-type: none;
			margin: 0;	
			padding: 4px 10px;
		}
		
		#topNav li a {
			color: #fff;	
			font-size: 1.4em;
			text-decoration: none;
		}
		
		#topNav .arrow {
			background-image: none;
		}
		
		.accordionToggle {
			color: #fff;
			display: block;
			float: right;
			font-family: "FontAwesome";
			font-size: 25px;
			height: 25px;
			line-height: 25px;
			overflow: hidden;
			text-decoration: none;
			white-space: nowrap;
			width: 25px;
		}
		
		.sub1 li:last-child {
			border: 0 !important;
		}

		#topNav ul li a {
			font-size: 14px;
		}

	}
	