#navcontainer {
  margin-bottom: 1em;
  overflow: hidden;
  width: 700px;
  padding-top: 9px;
  margin-left: 30px;
  margin-right: auto;
}

#navlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navlist li {
  border-left: 1px solid #000;
  text-align: center;
  float: left;
  line-height: 1.1em;
  width: 90px;
}

#navlist li a:hover {
  color: orange;
}

#navlist li a {
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 12pt;
  color: white;
}
