	#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 15em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
	#nav li {
	position : relative;
	float : left;
	line-height : 1.5em;
	margin-bottom : 0px;
	width: 15em;
	background-color: #CCCCCC;
	border-top: thin none;
	border-right: thin groove;
	border-bottom: thin groove;
	border-left: thin none;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 15.05em;
		margin-top : -2.2em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 15em;
		w\idth : 13.5em;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	padding : 0.25em 0.75em;
	text-align: right;
	background-color: #CCCCCC;
	border: none;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#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;
	}
