@media screen and (min-width: 950px) {	

	#navSearch{
		margin-bottom: 4px;
		height: 140px;


		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1NWUyNyIgc3RvcC1vcGFjaXR5PSIwLjY0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTQyMWMiIHN0b3Atb3BhY2l0eT0iMC42NCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(117,94,39,0.64) 0%, rgba(73,66,28,0.64) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,94,39,0.64)), color-stop(100%,rgba(73,66,28,0.64)));
		background: -webkit-linear-gradient(top,  rgba(117,94,39,0.64) 0%,rgba(73,66,28,0.64) 100%);
		background: -o-linear-gradient(top,  rgba(117,94,39,0.64) 0%,rgba(73,66,28,0.64) 100%);
		background: -ms-linear-gradient(top,  rgba(117,94,39,0.64) 0%,rgba(73,66,28,0.64) 100%);
		background: linear-gradient(to bottom,  rgba(117,94,39,0.64) 0%,rgba(73,66,28,0.64) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3755e27', endColorstr='#a349421c',GradientType=0 );
	}
	

	#nav {
		height: 50px;
		z-index: 650;
		position: relative;
		margin: 0 auto;
	}

	#topNavContainer {
		height: 50px;
		max-width: 950px;
		margin: 0 auto;
	}
	

	#menuContainer {
		height: 50px;
		margin: 0 auto;
	}
	
	#topNav {
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 6500;
		text-align: justify;
		width: 100%;
	}
	
	#topNav > li {
		position: relative;
	}
	
	#topNav > li:hover {
		color: #fff;
	}
	
	
	#depaItem, #elecItem, #courItem, #boarItem, #servItem, #commItem
	{
		float: left;
		margin: 0;
		padding: 0 16px 0 14px;
		
		-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 */
		
	}
	
	#depaItem:hover, #elecItem:hover, #courItem:hover, #boarItem:hover, #servItem:hover, #commItem:hover
	{
		background: #6b0000;
		color: #fff;
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
		
		
	}
	
	#depaItem:hover a.topLevel, #elecItem:hover a.topLevel, #courItem:hover a.topLevel, #boarItem:hover a.topLevel, #servItem:hover a.topLevel, #commItem:hover a.topLevel
	{
		color: #fff !important;
		line-height: 50px;
		text-shadow: 0px 2px 2px #000;
		
		-ms-transform: scale(1.1,1.1); /* IE 9 */
   		-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
   		transform: scale(1.1,1.1);
		
	}
	
	#depaItem ul, #elecItem ul, #courItem ul, #boarItem ul, #servItem ul, #commItem ul
	{
		display: block;
		text-align: left;
	}
	
	/* format top level a tags */
	a.topLevel  {
		font-family: 'bitter-regular', times, serif;
		color: #fff !important;
		font-size: 1.22em;
		text-transform: uppercase;
		display: block;
		text-align: center;
		line-height: 50px;
		text-shadow: 0px 0px 10px #000;
		
		
		transition: all .3s;
		-moz-transition: all .3s; /* Firefox 4 */
		-webkit-transition: all .3s; /* Safari and Chrome */
		-o-transition: all .3s; /* Opera */
	}
	
	#boarItem a.topLevel {
		background: none;
	}


	a.topLevel:hover  {
		text-decoration: none !important;
		color: #fff !important;
	}
	
	
		
	#topNav ul {
		position: absolute;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 216px;
	}
	
	/* left menu adjustment */
	#boarItem ul, 
	#servItem ul, 
	#commItem ul {
		right: 0;
		left: auto;
	}
	
	
	#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;
	}
	
	/* left menu adjustment */
	#topNav #servItem ul li a,
	#topNav #commItem ul li a  {
		color: #fff;
		padding: 3px 3px 3px 18px;
		display: block;
		font-weight: normal;
	}
	
	ul.sub1  { background: #6b0000; }
		ul.sub1 li:hover  { background: #2f0706; }
	ul.sub2  { background: #2f0706; }
		ul.sub2 li:hover  { background: #6b0000; }
	ul.sub3  { background: #2f0706; }
		ul.sub3 li:hover { background: #6b0000; }	
	
	
	#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;
	}
	
	/* left menu adjustment */
	#topNav #servItem ul ul,
	#topNav #commItem 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,
	#topNav #commItem .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 #servItem .arrow:hover,
 	#topNav #commItem .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: 950px) {	
		#menuContainer {
			margin: 0;
		}
		
		#topNavContainer {
			position: absolute;
			right: 0;
			left: 0;
		}
		
		ul.sub2 {
			display: none !important;
		}
		
		#menuToggleContainer {
			display: block;
			position: relative;
			background: #6b0000;
			padding: 4px 10px;
			z-index: 64000;
		}
		
		#menuToggle {
			background: transparent url('/images/menu/menu-icon.png') center center no-repeat;
			width: 36px;
			height: 34px;
			display: block;
			text-indent: -400px;
		}
		
		#topNav {
			background: #6b0000;
			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;
		}
	}
	