#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		width: 161px;
		z-index: 200;
		position: relative;
		font-weight: bold;
	}
	
	#nav li { /* all list items */
		position: relative;
		float: left;
		line-height : 2em;
		list-style: none;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 32px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 161px;
		margin-top : -32px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav  li  a {
		width: 150px;
		display : block;
		text-decoration : none;
		padding-left: 11px;
		color: #576B12;
		background: url(../images/navitem_bg.gif) no-repeat 0 0;
	}
	
	#nav ul  a {
		width: 150px;
		display : block;
		text-decoration : none;
		padding-left: 11px;
		color: #576B12;
		background: url(../images/navitem_bg.gif) no-repeat 0 0;
	}

	#nav ul li a { background-image: none; background: #F4EAD2; }
	#nav ul li a:hover { text-decoration: underline; }

	#nav li a:hover,
	#nav li.li_selected a { background-position: 0 -32px; color: #96803A; }
	
	#nav li:hover, #nav li.sfhover {}
	
	#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;
	}
	
	#nav ul li a, #nav ul li a:hover, #nav ul li.sfhover a, #nav ul li.sfhover a:hover {
		width: 161px;
	}
	
/* Overrides */

body #feature { border-top: none; }