#tabheader ul {
  border:  none;
  margin: 0;
  padding: 0 0 3em 0.6em;
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
}
#tabheader li {
  border: 1px solid #222222;
  margin: 0;
  float: left;
  background-color: black;
}
#tabheader a {
  padding: 0.24em 1em;
  display: block;
  background-position: 0% 50%;
  background-image: none;
  text-align: center;
  background-repeat: repeat;
  text-decoration: none;
  width: 65px;
  background-attachment: scroll;
  color: #cccccc;
}
#tabheader a:hover {
  background-color: #333333;
}
#tabheader #tabselected {
  border-bottom: 1px solid #161616;
  background-color: transparent;
}
#tabheader #tabselected a {
  color: white;
  font-weight: bold;
  padding-bottom: 0.3em;
}
#tabcontent {
  border-top: 1px solid #272727;
  padding-right: 0.2em;
  padding-left: 0.2em;
}
