html {
  font-family: Arial, Geneva, Swiss, Helvetica, sans-serif, "Lucida Grande", Tahoma;
  color: #ffffff;
  font-size: 10pt;
}
body {
  background: #ffffff;
}
#nav {
  margin: 0;
  padding: 0;
  padding-left: 45;
  list-style-type: none;
  width: 700pt;
  float: left; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 10pt;
}
#nav a {
  float: left;
  width: 120pt;
  color: #ffffff;
  text-decoration: none;
  line-height: 2.0;
  text-align: center;
  border-right: 1pt solid #ffffff;
  background: #079a07;
  font-weight: bold;
  font-size: 10pt;
}
#nav a:hover {
  color: #ffff22;
  background: #007000;
  border-top: 0;
  border-bottom: 0;
  font-weight: bold;
  font-size: 10pt;
}
#nav a:active {
  color: #ffff22;
  background: #007000;
  border-top: 0;
  border-bottom: 0;
  font-weight: bold;
  font-size: 10pt;
}