	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 9em;
	height: 20px;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2.00em;
	width: 9em;
	height: 20px;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 9em;
	margin-top : -20px;
	padding-left: 5px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 10em;
	w\idth : 10em;
	display : block;
	color : #009900;
	font-weight : bold;
	text-decoration : none;
	background-color : #f0f0f0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	padding-top: 1;
	padding-right: 0.5em;
	padding-bottom: 1;
	padding-left: 0em;
	font-size: 10px;
	}
	
	#nav li a:hover {
		color : #009900;
		background-color : #CCCCCC;
	}
	
	#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 : 10em;
	}
