	#menuContainer {
	}

	#nav {
		padding: 15px 0;
		background: #5b5344;
	}
	
	#topNav {
		padding: 0;
		margin: 0 0 10px 0;
		list-style: none;
		z-index: 650000;
	}
	
	#topNav > li {
		background: transparent;
	}
	
	#topNav li {
		position: relative;
		float: left;
		z-index: 650000;
	}
	

	/* format top level a tags */
	#home, #depa, #abou, #empl, #maps, #cont, #tool {
		font-family:'bitterregular';
		font-size: 1.1em;
		color: #fff;
	}
		
	#home, #depa, #abou, #empl, #maps, #cont, #tool {
		margin-right: 40px;
	}
	
	#home:hover, #depa:hover, #abou:hover, #empl:hover, #maps:hover, #cont:hover,  #cont:tool, 
	#home:visited:hover, #depa:visited:hover, #abou:visited:hover, #empl:visited:hover, #maps:visited:hover, #cont:visited:hover , #tool:visited:hover {
		color: #fff;
	}
	
	#tool {
		margin-right: 0;
	}
	
	#topNav ul {
		position: absolute;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 186px;
		background: #e2d4b9;
		border: 1px solid #e2d4b9;
	}
	
	
	#topNav .open {
		display: block;
	}
	
	#topNav .close {
		display: none;
	}
	
	#topNav ul li {
		float: none;
		padding: 0;
	}
	
	#topNav ul li a {
		width: 180px;
		_width: 177px;
		color: #5b5344;
		background: #e2d4b9;
		padding: 3px;
		display: block;
		_float: left;
		font-weight: normal;
	}
	
	#topNav ul li:hover, #topNav ul li:hover a, #topNav ul li a:hover {
		background: #5b5344;
		color: #fff;
	}
	
	#topNav ul li:hover ul li:hover a, #topNav ul li:hover ul li:hover a:hover {
		background: #e2d4b9;
		color: #5b5344;
	}
	
	
	
	#topNav ul ul {
		left: 186px;
		_left: 0;
		top: 0;
	}

 	#topNav ul li a.arrow:hover, #topNav ul li:hover a.arrow {
 		background: #5b5344 url('/images/header/top-nav-arrow.png') 175px center no-repeat;
		color: #fff;
 	} 

	#topNav .arrow {
		background: url('/images/header/top-nav-arrow.png') 175px center no-repeat;
	}
	
	#menuToggleContainer {
		display: none;
	}
	
	
	.accordionToggle {
		display: none;
	}
