
/*
  why is the font size of 2nd-level menu items smaller?
  why is the highlight on same wider than the enclosing ul?
*/

#nav { z-index: 3; }

#nav, #nav ul {
	font-size: 0.8em;
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	border: solid #aaa;
	border-width: 1px 0;
	margin: 0.5em 0 0 0;
	padding: 0.3em 0;
}

#nav a {
	display: block;
	width: 8em;
	w\idth: 7.7em;
	color: #00a353;
	text-decoration: none;
	padding: 0.25em 0;
}

#nav a.daddy {
	background: url(pics/dn-tri.gif) left center no-repeat;
	padding-left:1.2em;
}

#nav li {
	float: left;
	padding-left: 0.5em;
	width: 8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 8em;
	w\idth: 7em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 8em;
}

#nav li ul a {
	width: 7em;
	w\idth: 6.8em;
}

#nav li ul a:hover {
	font-style: italic;
}

#nav li ul ul {
	margin: -1em 0 0 20.5em;
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	color: #ffffff !important;
	background: #81c6a3;
}

#nav a:hover {
	color: #ffffff !important;
}
