#navbartable br { display: none }
#navbartable td { 
  padding-top: 0px;
  padding-bottom: 0px;
}
.subnav { height: 17px}
a.subnav:link, a.subnav:visited {
  display: block;
  border-bottom: 1px solid white;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  background-image: url(../images/menu-arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
a.subnav:hover { text-decoration: underline }
a.whtnav:link, a.whtnav:visited, .whtnav {
  border-bottom: 1px solid white;
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: rgb(226,233,245);
  padding-top: 0;
}

#topnavbar {
  line-height: 20px;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #063EB0;
  border-bottom: 3px solid white;
}

#topnavbar a:link, #topnavbar a:visited {
  text-decoration: none;
  color: #063EB0;
}

#topnavbar a:hover {
  text-decoration: underline;
}

#maintable { border-left: 1px solid silver; border-right: 1px solid silver }
