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

table.navbar {
  width: 600pt;
  margin: 0;
  background: #6699cc;
}

table.header {
  width: 700pt;
  padding-left: 0px;
  padding-right: 10px;
}

#navlist {
  border-bottom: 0px solid #ffffff;
  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: #ffffff;
  border: 0px 2px 0px 2px solid #1874CD;
  color: #1874CD;
  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: #ffffff;
  border-left: 0px solid #1874CD;
  border-right: 0px solid #1874CD;
  border-bottom: 2px solid #ffffff;
  color: #000000;
}

#navlist a:hover { color: #000000; }


