/* begin menu stuff ----------------------------------- */

#menu {
  background-color: #69c;
  border: 0px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  margin: 0 auto 0 auto;
  text-align: left;
}

#menu ul {
  margin: 0;
  padding-left: 30px;
}
 
#menu li {
  list-style-type: none;
  display: inline;
  padding-right: 1.7em;
  line-height: 1.8em;
  text-transform: lowercase;
  font-size: 14px;
}

#menu a {
  color: #fff;
  text-decoration: none;
  border: none;
  font-weight: bold;
}

#menu a:hover {
  text-decoration: underline;
}

#menu .current {
  color: #ee0;
  font-weight: bolder;
  background color: #aa0033;
}

/* end menu stuff ----------------------------------- */

