
#nav {
	height: 29px;
	margin: 0px;
	padding: 0px;
}

#nav ul.menu { /* top level ul */
	height: 29px;
	list-style: none;
	text-align: left;
	left-margin: 0px;
	margin-bottom: -3px;
	padding: 0px;
} 

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
}

#nav a:hover {
  color: 				#000;
  text-decoration: none;
}

#nav a.active {
  text-decoration: none;
}

#nav li {
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
}

/* second-level lists */

#nav ul.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav li ul {
  position: absolute;
  width: 13.8em; 
  left: -999em; /* to hide menus because display: none isn't read by screen readers */
}

#nav li li {
  /*height: auto;*/
  float: left;
  width: 13.8em;
}

#nav li ul a {
	width: 200px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.6em;
	color: #000;
}

#nav li ul a:hover {
  color: #f8951d;
  background-color: 		#FFF;
	/*background-image: 		url(../images/gui/bgDropDownOver.gif);
	background-repeat: 		repeat-x;*/
}

#nav li ul ul {
  margin: -1.3em 0 0 14em;
}

#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;
}

.leaf {
	background-color: 		#EFEFEF;
	/*background-image: 		url(../images/gui/bgDropDown.gif);
	background-repeat: 		repeat-x;*/
}