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

#nav a {
	display: block;
	width: auto;
	padding: 0px 15px;
	height: 40px;
	color: #ffffff;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #ae79af;
}

#nav li.active a {
	background-image: url('/image/nav-arrow.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	}

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

#nav li ul { /* second-level lists */
	position: absolute;
	background: lightblue;
	width: 20em;
	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 20em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

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




#navitem9 a,
#navitem10 a,
#navitem11 a,
#navitem12 a,
#navitem13 a { background: #794579; border-right: 1px solid #9b749b; }

#navitem6 a { border-color: white; }
#navitem13 a { border-color: white; }
