A
{
	color: black;
	text-decoration: none 
}
A:link
{
	color: black;
}
A:hover
{
	color: gray;
}

#nav, #nav ul { /* all lists */
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 100%;
}

#nav a {
	display: block;
	width: auto;
	padding:0 0 3px;
	
}

#nav li { /* all list items */
	float: left;
	width:auto; /* width needed or else Opera goes nuts */
	font-family:Arial;
	font-size:xx-small;
	font-weight:bold;
	padding: 0.2em;
}

#nav li ul
{
	font-weight: bold;
	font-size: 2px;
	background: #999999;
	left: -999em;
	width:45em;
	font-family: Arial;
	position: absolute;
	text-align: left;
	}

#nav ul 
{
	position:absolute;
	left: -999em;
	height:auto;
	width:151px;
	font-weight:bold;
	margin:0;
	line-height:1;
	border:0;
	border-top:1px solid #666666;
	
}
#nav li li 
{
	width:149px;
	border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    padding:3px;
}

#nav li li a 
{
	width:150px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
