.Style23 {font-size: x-small}
.Style24 {font-size: medium}
#nav-container{
	font-size:100%;
	}
#nav, #nav ul { /* all lists */
	padding: 2;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #000000;
}

#nav a {
	display: block;
	width: 30em;
	w\idth: 6em;
	color: #000000;
	text-decoration: none;
	padding: 0.25em 2em;
}
#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

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

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

#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, #nav li.sfhover {
	background: #eeeeee;
}

#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;
}

#content {
	clear: left;
	color: #9667cc;
}
