#nav, #nav ul { /* all lists */
		z-index:1;
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 13em;
		
		font-family: Helvetica, sans-serif;
		
		
		}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.7em;
		margin-bottom : -1px;
		width: 13em;
		font-size:16px;
		letter-spacing:.02em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		width:13.55em;
		margin-left : 13.6em;
		margin-top : -2.2em;
		border: solid black 2px;
		/*background-color:#B96145;*/
		background-color:#E3E4E6;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav a {
		font-size:.94em;
		
	}
	
	
	#nav li a {
		width: 13.55em;
		display : block;
		color:#FFFFFF;
		font-weight:400;
		text-decoration : none;
		/*background-color: #A83916;*/
		padding:5px 0 0 13px;
	}
	
	#nav li li a {
		width: 13.55em;
		display : block;
		color:#333333;
		font-weight:400;
		text-decoration : none;
		/*background-color: #A83916;*/
		padding:5px 0 0 13px;
	}
	
	#nav li a:hover {
		color :#000;
		/*background-color:#B96145;*/
		background-color:#E3E4E6;
	}
	
	#nav  li li a:hover {
		color :#000;
		/*background-color:#A83916;*/
		background-color:#D0D0D0;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 14em;
	}
	
	
	/*for the no script section*/ 
	
#noscript_nav ul{list-style:none;} 
#noscript_nav a{color:#FFFFFF;}
#noscript_nav a:hover{color:#ccc;}