body#nav {
	font-family: arial, helvetica, serif;  color: #000000;, decoration: none;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;



}

#nav a {
	display: block;
	width: 100;

}

#nav li { /* all list items */
	float: left;

	width: 10em; /* width needed or else Opera goes nuts */

}

#nav li ul { /* second-level lists */
	position: absolute;
	background-image: url(uploader/main/navbut.gif);
	width: 10em;
	padding: 1;
	margin: 0;
	Line-height: 2;
	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: -1em 0 0 10em;
}

#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: #ccc;
}

body#nav2 {
	font-family: arial, helvetica, serif;  color: #000000;, decoration: none;
}

#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;


}

#nav2 a {
	display: block;
	width: 100;

}

#nav2 li { /* all list items */
	float: left;

	width: 10em; /* width needed or else Opera goes nuts */

}

#nav2 li ul { /* second-level lists */
	position: absolute;
	background-image: url(uploader/main/navbut.gif);
	width: 10em;
	padding: 1;
	margin: 0;
	Line-height: 2;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav2 li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#content {
	clear: left;
	color: #ccc;
}



