#nav, #nav ul {
	padding:0px;
	margin: 0px;
	list-style: none;
	line-height: 1em;
	z-index: 99;
  font-family:verdana;
  font-size:x-small;
}

#nav a {
	display: block;
	color: #000000;
	padding: 8px 10px 5px 5px;
	font-weight: normal;
	text-decoration: none;
  text-align:left;
}

#nav a.daddy {
	background:#ccff33 url(../images/arrow.gif) center right no-repeat;
}

#nav li ul li a {
	width: 120px;
	font-weight: normal;
	background: #ccff33;
	border-bottom: 1px solid #FFFFFF;
  
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
  text-align:left;
	width: 142px; /* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 120px;
}	
html>body #nav li ul li a  {
	width: 120px; /* ie5win fix ends */
}

#nav li { /* all list items */
	float: left;  
	/* width needed or else Opera goes nuts */
}
#nav a:hover {
	text-decoration:underline;
}
#nav a span {
	padding: 0px 8px 0px 0px;
	display: none; /* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	display: inline;
}
html>body #nav a span  {
	display: inline; /* ie5win fix ends */
}

#nav li ul { /* second-level lists */
  margin:0px 0px 0px 0px;
  border-top:0px;
	position: absolute;
	background: #E7E8ED;
	width: 137px;
	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: -24px 0px 0px 135px;
  margin-left:223px;
}

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

