body {
	font-family: arial, helvetica, serif;
}

#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav2 a.link {
	display: block;
	width: auto;
	text-decoration: none;
	padding-right: 1.4em;
	background-color: white;
}

#nav2 a {
	display: block;
	width: 11.5em;
	text-decoration: none;
}

#nav2 li { /* all list items */
	float: left;
	width: 11.5em; /* width needed or else Opera goes nuts */
}

#nav2 li.main { /* all list items */
	float: right;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 11.5em;
	border : 1px solid #9C9C9C;
	margin: 0 0 0 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav2 li ul a {
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

#nav2 li ul ul a {
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

#nav2 li ul a:hover {
	color : black;
	background-color : #ccc;
	width: 11.5em;
}

#nav2 li ul:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}

#nav2 li ul ul { /* third-and-above-level lists */
	margin: -1.7em 0 0 11.5em;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #ccc;
}