#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  z-index: 100;
}

#nav a {
  display: block;
  width: 97px;
  height: 80px;
}

#nav li { /* all list items */
  float: left;
  width: 97px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
  position: absolute;
  background-color: #372107;
  width: 198px;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  padding: 19px 8px 8px 8px;
  margin-left: -7px;
/*  background-image: url("images/drop-down-nav-arrow.gif");*/
  background-repeat: no-repeat;
}

#nav li li {
  background-color: #D39D61;
  width: 198px;
  margin-bottom: 2px;
}

#nav li li:hover, #nav li ul li.sfhover{
}

.arrow_bar {
  font-size: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 6px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 192px;
  height: 10px;
}

#nav li li a {
  color: #372107;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  width: 192px;
  height: 14px;
}

#nav li li a:hover {
  color: #d39d61;
  background-color: #372107;
}

#nav li ul ul { /* third-and-above-level lists */
  margin: -1em 0 0 6em;
}

#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;
}
#nav li:hover, #nav li.sfhover {
  background-position: 0 -80px;
}

.alt {
  overflow: hidden;
  text-indent: -10000px;
  font-size: 0px;
}
.h-shop {
  background: url(/images/h-shop.gif) no-repeat 0 0;
}
.h-shop-on {
  background-image: url(/images/h-shop.gif);
  background-position: 0px -80px;
}
.h-learn {
  background: url(/images/h-learn.gif) no-repeat 0 0;
}
.h-learn-on {
  background: url(/images/h-learn.gif) no-repeat 0 -80px;
}
.h-go {
  background: url(/images/h-go.gif) no-repeat 0 0;
}
.h-go-on {
  background: url(/images/h-go.gif) no-repeat 0 -80px;
}
.h-about {
  background: url(/images/h-about.gif) no-repeat 0 0;
}
.h-about-on {
  background: url(/images/h-about.gif) no-repeat 0 -80px;
}
