
#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: 10px;
}

#nav li li a, #nav li li a:active, #nav li li a:visited {
  color:#eeeeee;
  text-indent:15px;
  margin:0; padding:0;
  height:25px;
  line-height:25px;
  width:175px;
  display:block;
  text-decoration: none;
  text-align:left;
  font-size: 11px;
  }
  
  
#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;
	margin-top:0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li#blog ul {
  margin: 0 0 0 -124px !important;
}

#nav li ul ul { /* third-and-above-level lists */
  margin: -25px 0 0 175px;
}

#nav li:hover ul li a, #nav li.sfhover ul li a {  background:transparent;  }

#nav li:hover ul li.menuchild a, #nav li.sfhover ul li.menuchild a {  background: transparent url(../images/arrow.gif) right no-repeat;  }

#nav li ul li.menuchild a:hover { background: #f9d74c url(../images/arrow_over.gif) right no-repeat; color: #009dda; }

#nav li:hover ul li.menuchild li a, #nav li.sfhover ul li.menuchild li a {  background:transparent;  }

#nav li ul li.menuchild li a:hover {  background: #f9d74c  }

#nav li ul li a:hover, #nav li ul li.current a { background:#a92623 url(../images/nav/lirollover.gif) repeat-x; color: #FFF; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  position: absolute;
	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 { /* lists nested under hovered list items */
	left: auto;
  width: 175px;
  background: #f9e165 url(../images/nav/libg.gif) top repeat-x; 
  padding: 0px;
  z-index:1000;
}
