body { behavior: url("csshover3.htc"); } 
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 163px;
}
#nav a:link:hover {color:#ffffff;}
#nav a:visited:hover, #topnav a:visited:hover {color:#ffffff;}
#nav li { /* all list items */
	
	width: 155px; /* width needed or else Opera goes nuts */
}
#nav li a {color:#000;}


#nav li ul { /* second-level lists */
	position: absolute;
	background:#e6e6e6;
	width: 163px;
	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: 140px;
}

#topnav, #topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#topnav a {
	display: block;
}
#topnav a:link:hover {color:#ffffff;}
#topnav li ul li:hover {color:#ffffff;background-color:#800000;}


#topnav li a {color:#000;}
#topnav li ul a {color:#000;width:163px;}

#topnav li ul { /* second-level lists */
	position: absolute;
	background:#e6e6e6;
	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topnav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#topnav li:hover ul ul, #topnav li.sfhover ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}