#menu {
  background: #7FBA00;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
#menu li {
  float: center;
  font-family: 150% Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
#menu a {
  background: #7FBA00 url("images/seperator.gif") bottom right no-repeat;
  color: #ccc;
  display: block;
  float: left;
  margin: 0;
  padding: 12px 12px;
  text-decoration: none;
  font-weight:normal;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
#menu a:hover {
  background: #444F51 url("images/hover.gif") bottom center no-repeat;
  color: #fff;
  padding-bottom: 12px;
  }