ul#Navigation {
  border: 0px solid black;
  padding: 0.8em;
  text-align: center;
  margin-top: 819px;
  height: 43px;
  background-color: #889e88;
  width: 784px;
}
ul#Navigation li {
  margin: 0px 0 0;
  padding: 0;
  list-style-image: none;
  display: inline;
  list-style-type: none;
  list-style-position: outside;
  background-color: #889e88;
  font-family: Arial,Helvetica,sans-serif;
}
ul#Navigation a, ul#Navigation span {
  border-style: solid;
  border-color: white black black white;
  border-width: 1px;
  margin: 0.4em;
  padding: 0.2em 1em;
  width: 6em;
  text-decoration: none;
  font-weight: bold;
  background-color: #2acc91;
  float: left;
  color: #4c4c4c;
}
* html ul#Navigation a, * html ul#Navigation span {
  width: 6em;
}
ul#Navigation a:hover, ul#Navigation span {
  border-color: black white white black;
  color: white;
  background-color: gray;
}
ul#Navigation div {
  clear: left;
}
