* {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
}

table.navbar {
  background: #336699;
  width: 550pt;
  margin: 0;
}

#navlist {
  border-bottom: 4px solid white;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 10px;
}

#navlist ul, #navlist li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navlist a:link, #navlist a:visited {
  background: white;
  border: 0px 2px 0px 2px solid #336699;
  color: grey;
  float: left;
  font-size: 70%;
  font-weight: normal;
  line-height: 14px;
  margin-right: 8px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current {
  background: white;
  border-left: 0px solid #336699;
  border-right: 0px solid #336699;
  border-bottom: 2px solid white;
  color: black;
}

#navlist a:hover { color: black; }

