#menutd  * {padding:0; margin:0} 
#menutd {padding:0; margin:0}


body {
	margin:25px; 
	font: 12px;
	font-family: arial, helvetica, serif;
}

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

#nav a, #nav a:active, #nav a:visited {
	display:block; 
	padding:0px; 
	color:#333; 
	text-decoration:none; 
	background:#eaf0f2; 
	width:119px; 
	outline:none; 
}

#nav a:hover {
	background:#d9e1e4; 
	color:#000
}

#nav li { /* all list items */
	float: left;
	width: 119px; /* width needed or else Opera goes nuts */
}
#nav img {  border-style: none; border: none; }
#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 120px;
	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 */
	background:#d9e1e4; 
	color:#000;
	left: auto;
}
#nav .underline {border-bottom:1px solid #b9d6dc}
#content {
	clear: left;
	color: #ccc;
}