#nav, #nav ul {
  margin: 0;
  padding: 3px 0 0;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  list-style-position: outside;
  line-height: 2.4em;
  font-weight: inherit;
}
#nav li {
  left: 4px;
  width: 100%;
}
#nav ul {
  background-color: #2b5b71;
  position: absolute;
  left: -1000px;
  width: 175px;
  text-align: center;
}
#nav li:hover ul, #nav li.ie_does_hover ul {
  background-position:  0 0;
  left: auto;
}
ul ul li {
  border-top: 1px solid white;
  border-left: 0 none;
}
#nav2, #nav2 ul {
  margin: 0;
  padding: 3px 0 0;
  font-weight: inherit;
  list-style-position: outside;
  list-style-type: none;
  line-height: 2.4em;
  list-style-image: none;
}
#nav2 li {
  width: 100%;
}
#nav2 ul {
  position: absolute;
  background-color: #a4a087;
  left: -1000px;
  width: 175px;
}
#nav2 li:hover ul, #nav2 li.ie_does_hover ul {
  left: auto;
  background-position:  0 0;
}
#nav3, #nav3 ul {
  margin: 0;
  padding: 3px 0 0;
  list-style-type: none;
  font-weight: inherit;
  line-height: 2.4em;
  list-style-position: outside;
  list-style-image: none;
}
#nav3 li {
  width: 100%;
}
#nav3 ul {
  left: -1000px;
  width: 175px;
  position: absolute;
  background-color: #927955;
}
#nav3 li:hover ul, #nav3 li.ie_does_hover ul {
  left: auto;
  background-position:  0 0;
}
#nav4, #nav4 ul {
  margin: 0;
  padding: 3px 0 0;
  font-weight: inherit;
  line-height: 2.4em;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#nav4 li {
  width: 100%;
}
#nav4 ul {
  background-color: #82520c;
  width: 175px;
  position: absolute;
  left: -1000px;
}
#nav4 li:hover ul, #nav4 li.ie_does_hover ul {
  left: auto;
  background-position:  0 0;
}
