
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#nav a {
	display: block;
	width: 269px;
	color: #000;
}

#nav a:hover {
	color: #5DB05E;
}

#nav li { /* all list items */
	float: left;
	width: 269px; /* width needed or else Opera goes nuts */
	background-color: #FFF;
	padding: 2px 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 209px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}


.sub-category { /* ---   Indents Our Philosohpy 3rd level   --- */
	margin-left: 5px;
}