h1 {
	font-weight:bold;
	font-size:16px;
}

h2, p {
	 color:#666666;
	 font-family:arial;
	 font-size:14px;
}



body {
	font-family: arial, helvetica, serif;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 11em;
	color:white;
	text-decoration:none;
}

#nav a :hover {
	text-decoration:underline;
}

#nav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
	padding:5px;
}

#nav li ul { /* second-level lists */
	z-index:200;
	position: absolute;
	background: #0066cc;
	width: 11em;
	padding: 12px 4px 12px 4px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px grey;
	color:white;
	text-decoration:none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 -12em;
	border: solid 1px grey;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

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

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

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
