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

a:link { text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:none; }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 24px;
	color : #000000;
        text-align: left;
}

#nav a {
	display: block;
	width: 120px;
	color: #000000;
	border: 0px solid #000000;
	text-decoration: none;
        text-align: center;
}

#nav a:hover {
	color: #ffffff;
}

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

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

#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 120px;
	background: #cccccc;
border: 1px solid #000000;
}

	#nav li a:hover {
		color : #000000;
		background-color : #999999;
	}

#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: #000000;
}
