#navigation {
  /* important, makes it float above */
  position: relative;
  z-index: 230;
  list-style: none;
  padding: 0;
  height: 45px;
  color: #c6b59f;
  margin: 25px 0;
  font-size: 13px;
}
#navigation a {
  color: #444;
  text-decoration: none;
  display: block;
}
#navigation a:hover {
  color: #700;
}
#navigation > li {
  float: left;
  position: relative;
  color: #999;
  width: 25%;
  height: 100%;
  margin: 0;
}
#navigation > li:hover {
  background-color: #e5ddd3;
}
#navigation > li:hover ul.nav-sub {
  display: block;
}
#navigation > li > a {
  text-align: center;
  height: 100%;
  line-height: 44px;
}
#navigation > li.menu:hover {
  box-shadow: inset 2px 0 0 0 black, inset 4px 0 0 0 #ece7df, inset 5px 0 0 0 black, inset -2px 0 0 0 black, inset -4px 0 0 0 #ece7df, inset -5px 0 0 0 black;
}

ul.nav-sub {
  list-style: none;
  display: none;
  padding: 0 10px 10px;
  border-bottom: 1px solid black;
  background-color: #e5ddd3;
  margin: 0 0 0;
  box-shadow: inset 2px 0 0 0 black, inset 4px 0 0 0 #ece7df, inset 5px 0 0 0 black, inset -2px 0 0 0 black, inset -4px 0 0 0 #ece7df, inset -5px 0 0 0 black;
}
ul.nav-sub li {
  /* important, othewise ie7 hover won't work */
  width: 100%;
  padding: 0;
  /* important, othewise ie7 hover won't work */
  background: #e5ddd3;
  border-bottom: 1px solid white;
  margin: 0;
}
ul.nav-sub li a {
  padding: 6px 5px 6px 5px;
}
ul.nav-sub li:last-child {
  border: none;
}
ul.nav-sub li:first-child {
  padding-top: 10px;
}
ul.nav-sub li:hover {
  background: #e5ddd3;
}

/* Local Variables: */
/* css-indent-offset: 4 */
/* End: */
