@media screen {	
	
	#menuContainer {
		height: 15px;
	}
	
	#topNav {
		float: right;
		padding: 0;
		list-style: none;
		margin: 0 29px 0 0;
		position: relative;
		z-index: 9999999999999;
	}
	
	#topNav > li {
		background: transparent;
	}
	
	#topNav li {
		position: relative;
		float: left;
		/*padding: 0 1.5%;*/
	}
	
	#topNav li a {
	}
	
	#topNav li a:hover {
		text-decoration: none;
	}

	/* format top level a tags */
	a.topLevel  {
		text-decoration: none;
		display: block;
		height: 27px;
	}
	
	a.topLevel:hover {
		/*color: #fff;*/
	}
	
	#topNav ul {
		position: absolute;
		top: 31px;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 186px;
		background: #FEFDFB;
		z-index: 99999;
		border: 1px solid #565f10;
		color: #4d5740;
	}
	
	
	#topNav .open {
		display: block;
	}
	
	#topNav .close {
		display: none;
	}
	
	#topNav ul li {
		float: none;
		padding: 0;
	}
	
	#topNav ul li:hover {
		background: #E0D5B7;
	}
	
	#topNav ul li a {
		width: 180px;
		_width: 177px;
		padding: 3px;
		display: block;
		_float: left;
		font-weight: normal;
		color: #4d5740;
		font: 11px Georgia, Times, serif;
	}
	
	#topNav ul li:hover a, #topNav ul li a:hover {
		/*background: #E0D5B7;*/
	}
	
	#topNav ul li:hover {
		background: #E0D5B7;
		color: #fff;
		text-decoration: none;
	}
	
	#topNav ul ul {
		left: 186px;
		_left: 0;
		top: 0;
	}

 	#topNav ul li a.arrow:hover, #topNav ul li:hover a.arrow {
 		background: #E0D5B7 url('/images/menu/nav-arrow-over.gif') 170px center no-repeat;
 	} 

	#topNav .arrow {
		background: url('/images/menu/nav-arrow-off.gif') 170px center no-repeat;
	}
	
	#menuToggleContainer {
		display: none;
	}
	
	
	.accordionToggle {
		display: none;
	}

}