#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;
}

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

