#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
	
	font-size: 11px;
	font-weight: bold;	
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;

}

#nav a .nav a:link, .nav a:visited, .nav a:active, .nav a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	padding-right: 3px;
    padding-left: 3px;
	}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 5px;
	height: 15%;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: black;
	width: 11em;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	left: -899em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: black;
	height: 10%;
	float: left;

}

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

#content {
	clear: right;
	color: #ccc;
}
a:link {
	color: #E1017B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FE219A;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body,td,th {
	color: #666666;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Holly Hack for IE \*/
.nav ul li { float: left; height: 1%;}
.nav ul li a { height: 1%;}
.nav ul li ul li { float: left;
/* End */
}
.imgleft {
float:left;
margin:6px 10px 2px 0px;
}