/*   Original File --
link {font-color: #00BB00;}
a:visited {font-color: #008800; }
a:hover {text-decoration: none; font-color: #000000; background-color: #005500; }
a:active {color: #00BB00; }
/*
u {font-weight: bold; font-color: #00BB00; font-decoration: underline; background-color: #000000; }
*/

body {
	font-family: arial, helvetica, serif, color: #00ff00;
}
/* --Link Styles Original */
link {font-color: #00BB00;}
a:visited {font-color: #008800; }
a:hover {text-decoration: none; font-color: #000000; background-color: #005500; }
a:active {color: #00BB00; }
/*
u {font-weight: bold; font-color: #00BB00; font-decoration: underline; background-color: #000000; }
*/

#nav, #nav ul { /* all lists */
        color: #00ff00;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
        color: #00ff00;
	display: block;
	width: 10em;
}

#nav li { /* all list items */
        link {font-color: #00BB00;}
        a:visited {font-color: #008800; }
        a:hover {text-decoration: none; font-color: #000000; background-color: #005500; }
        a:active {color: #00BB00; }
        color: #00ff00;
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: black;
	width: 10em;
	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: #009900;
}
