@media screen and (min-width: 966px) {	

	/*#navCurve {
		width: 100%;
		display: block;
		position: relative;
		z-index: 650;
		margin-top: -20px
	}*/
	
	#nav {
		position: relative;
		z-index: 999;
		margin-top: -50px;
	}

	#topNavContainer {
		margin: 0 auto;
		height: 50px;
		max-width: 950px;
	}
	

	#menuContainer {
		height: 50px;
		margin: 0 auto;
		background: rgba(235, 233, 224, 0.8)
	}
	
	#topNav {
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 999;
		text-align: justify;
		width: 100%;
	}
	
	#topNav > li {
		position: relative;
	}
	
	#topNav > li:hover {
		color: #fff;
	}
	
	
	#cityItem, #resiItem, #busiItem, #visiItem, #commItem, #toolItem
	{
		float: left;
		margin: 0;
			
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
			
		transition: all .2s;
		-moz-transition: all .2s; /* Firefox 4 */
		-webkit-transition: all .2s; /* Safari and Chrome */
		-o-transition: all .2s; /* Opera */
	}
	
	#cityItem { width: 23.736842%; }
	#resiItem { width: 16.736842%; }
	#busiItem { width: 15.894737%; }
	#visiItem { width: 15.184%; }
	#commItem { width: 17.45%; }
	#toolItem { width: 10.80%}
	
	#cityItem ul.sub1 { width: 225px; }
	/*#resiItem ul.sub1 { width: 150px; }
	#busiItem ul.sub1 { width: 142px; }
	#visiItem ul.sub1 { width: 135px; }*/
	/*#commItem ul.sub1 { width: 213px; }*/
	/*#toolItem ul.sub1 { width: 95px; }*/
	
	#cityItem:hover, #resiItem:hover, #busiItem:hover, #visiItem:hover, #commItem:hover, #toolItem:hover {
		transition: all .2s;
		-moz-transition: all .2s; /* Firefox 4 */
		-webkit-transition: all .2s; /* Safari and Chrome */
		-o-transition: all .2s; /* Opera */
	}
	
	#cityItem:hover {background: #769cc0;}
	#resiItem:hover {background: #951e14;}
	#busiItem:hover {background: #5e9b4f;}
	#visiItem:hover {background: #048CAC;}
	#commItem:hover {background: #faa526;}
	#toolItem:hover {background: #025B70;}
	
	ul.sub1 li, ul.sub2 li, ul.sub3 li {
		transition: all .1s;
		-moz-transition: all .1s; /* Firefox 4 */
		-webkit-transition: all .1s; /* Safari and Chrome */
		-o-transition: all .1s; /* Opera */
	}
	#cityItem ul.sub1, #cityItem ul.sub2, #cityItem ul.sub3 { background: #769cc0; }
	#resiItem ul.sub1, #resiItem ul.sub2, #resiItem ul.sub3 { background: #951e14; }
	#busiItem ul.sub1, #busiItem ul.sub2, #busiItem ul.sub3 { background: #5e9b4f; }
	#visiItem ul.sub1, #visiItem ul.sub2, #visiItem ul.sub3 { background: #048CAC; }
	#commItem ul.sub1, #commItem ul.sub2, #commItem ul.sub3 { background: #faa526; }
	#toolItem ul.sub1, #toolItem ul.sub2, #toolItem ul.sub3 { background: #025B70; }
	ul.sub1 li:hover, ul.sub2 li:hover, ul.sub3 li:hover { 
		
		background: rgba(50,50,50,0.3); 
	
		transition: all .1s;
		-moz-transition: all .1s; /* Firefox 4 */
		-webkit-transition: all .1s; /* Safari and Chrome */
		-o-transition: all .1s; /* Opera */
	
	}
	
	
	#cityItem:hover a.topLevel, #resiItem:hover a.topLevel, #busiItem:hover a.topLevel, #visiItem:hover a.topLevel, #commItem:hover a.topLevel, #toolItem:hover a.topLevel
	{
		text-decoration: none;
		line-height: 50px;
		color: #fff;
	}
	
	#cityItem ul, #resiItem ul, #busiItem ul, #visiItem ul, #commItem ul, #toolItem ul
	{
		display: block;
		text-align: left;
	}
	
	/*#visiItem ul.sub1 { left: -63px; }*/
	#commItem ul.sub1 { left: -50px; }
	#toolItem ul.sub1 { left: -110px; }
	
	/* format top level a tags */
	a.topLevel  {
		font-family: 'union-regular', serif;
		/*color: #b67225 !important;*/
		color: #b67225;
		font-size: 1.4em;
		display: block;
		text-align: center;
		line-height: 50px;
		text-decoration: none;
		
		transition: all .2s;
		-moz-transition: all .2s; /* Firefox 4 */
		-webkit-transition: all .2s; /* Safari and Chrome */
		-o-transition: all .2s; /* Opera */
	}

	a.topLevel:hover  {
		text-decoration: none !important;
		font-size: 1.6em;
	}
	
	
		
	#topNav ul {
		position: absolute;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 215px;
	}
	
	#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 3px;
		display: block;
		font-weight: normal;
		text-align: left;
	}
	
	#topNav #visiItem ul li a, #topNav #commItem ul li a, #topNav #toolItem ul li a { padding-left: 25px; }
	
	 #topNav ul li a {
		text-decoration: none;
	}
	
	#topNav ul li:hover, #topNav ul li:hover a {
	}
	
	 #topNav ul li a:hover {
		text-decoration: none;
		
		transition: all .2s;
		-moz-transition: all .2s; /* Firefox 4 */
		-webkit-transition: all .2s; /* Safari and Chrome */
		-o-transition: all .2s; /* Opera */	 	
	 }
	
	#topNav ul ul {
		left: 215px;
		_left: 0;
		top: 0;
	}
	
	#visiItem ul.sub2, #commItem ul.sub2, #toolItem ul.sub2 { left: -215px; }
	#visiItem ul.sub3, #commItem ul.sub3, #toolItem ul.sub3 { left: -215px; }

	#topNav .arrow {
		background: url('/images/menu/top-nav-arrow.png') 200px center no-repeat;
		transition: all .2s;
		-moz-transition: all .2s; /* Firefox 4 */
		-webkit-transition: all .2s; /* Safari and Chrome */
		-o-transition: all .2s; /* Opera */
	}

 	#topNav .arrow:hover {
 		background: url('/images/menu/top-nav-arrow.png') 206px center no-repeat;
		color: #fff;
		text-decoration: none;
		
		transition: all .2s;
		-moz-transition: all .2s; /* Firefox 4 */
		-webkit-transition: all .2s; /* Safari and Chrome */
		-o-transition: all .2s; /* Opera */
 	} 
 	
	#topNav #visiItem .arrow, #topNav #commItem .arrow, #topNav #toolItem .arrow { background: url('/images/menu/top-nav-arrow-reverse.png') no-repeat 10px center; }
	#topNav #visiItem .arrow:hover, #topNav #commItem .arrow:hover, #topNav #toolItem .arrow:hover { background: url('/images/menu/top-nav-arrow-reverse.png') no-repeat 4px center; }

	
	#menuToggleContainer {
		display: none;
	}
	
	
	.accordionToggle {
		display: none;
	}

}


	@media screen and (max-width: 965px) {	
		#nav {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			z-index: 999;
		}
		
		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
		}
		
		ul.sub2 {
			display: none !important;
		}
		
		#menuToggleContainer {
			display: block;
			position: relative;
			background: #048CAC url('/images/header/nav-bg.gif') top left repeat-x;
			padding: 4px 10px;
			z-index: 999;
		}
		
		#menuToggle {
			background: transparent url('/images/menu/menu-icon.png') center center no-repeat;
			width: 36px;
			height: 34px;
			display: block;
			text-indent: -400px;
		}
		
		#topNav {
			background: #048CAC;
			display: none;
			list-style-type: none;
			position: relative;
			padding: 0;
			z-index: 999;
			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;
		}
	}