/* Generated by KompoZer */
#menu {
  border-color: #ff0000;
  border-width: 1px;
  margin: 0 auto;
  list-style-type: none;
  background-color: #b3d670;
  max-width: 1000px;
}
#menu ul {
  border-color: #ff0000;
  border-width: 1px;
  margin: 0 auto;
  list-style-position: outside;
  min-width: 1000px;
  list-style-type: none;
}
#menu li {
  display: inline;
  border-left-style: none;
}
#menu li a {
  padding: 10.5px 11px;
  text-decoration: none;
  background-color: transparent;
  color: #593a09;
  text-align: center;
  text-transform: lowercase;
  font-weight: bolder;
}
#menu li a:visited {
  color: #593a09;
}
#menu li a:hover, #menubottom li .current {
  color: white;
}
