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

#nav li li {
  padding:0;
  margin:0;
  width:175px;
  height:25px;
  line-height:25px;
  text-align:left;
  float:none;
  font-size: 12px;
}

#nav li li a, #nav li li a:active, #nav li li a:visited {
  color:#000;
  text-indent:12px;
  margin:0; padding:0;
  height:25px;
  line-height:25px;
  width:175px;
  display:block;
  text-decoration: none;
  text-align:left;
  font-size: 12px;
  }
  
#nav li li a:hover {
	height:25px !important;	
} 
 
#nav li { /* all list items */
  float: left;
  display: inline;
  list-style-type: none;
  text-align: center;
  width: auto;
}

#nav li ul { /* second-level lists */
	position: absolute;
	border-top:1px solid #FFF;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul li a, #nav li.sfhover ul li a {  background:transparent; width:175px;height:25px;  }

#nav li ul li a:hover, #nav li ul li.current a { background:#e6542c url(../images/red_rollover.gif) repeat-x; width:175px;color: #FFF; }

#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;
  background: #f3c954 url(../images/dropdown_bg.gif) top repeat-x; 
  padding: 0px;
  z-index:1000 !important;
}