#pagewrapper { margin: 0px auto; width: 800px; }
#navigation { height: 43px; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #fff; margin: 10px; background-color: #ffffff; }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 134px;
	 text-decoration: none;
}

#nav a:hover { text-decoration: underline; }

#nav ul ul a { color: #fff !important;
	padding: 3px;
}

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

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

#nav li ul li { border-bottom: 1px solid #036;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
table { background-repeat: no-repeat !important;}

#nav ul li a span.new{color:#ff0000!important; font-weight:bold}