ul.punkbar {
  font-size: 18px;
  padding-left: 0px;
  list-style-type: none;
  padding-bottom: 4px;
  font-family: Arial, Helvetica, Tahoma;
  font-size: 16px;
  height: 18px;
  margin-bottom: 4px;
  margin-top: 4px;
}

ul.punkbar a, ul.punkbar a:visited, ul.punkbar a:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-bottom-style: none;
}

ul.punkbar a:hover {
  text-decoration: underline;
}

ul.punkbar li {
  background-color: white;
  float: left;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 10px;
}

/* These apply when the specified tab is current. 
  The enclosing site is responsible for setting the
  appropriate class on its body element */

.punkbar-apostrophenow #punkbar-apostrophenow,
.punkbar-trac #punkbar-trac,
.punkbar-apostrophenow #punkbar-apostrophenow a,
.punkbar-trac #punkbar-trac a
{
  color: rgb(153, 153, 153);
  text-decoration: none;
}

