#tswcsstabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
}
#tswcsstabs ul li {
  margin: 0;
  padding: 0;
  display: inline;
  text-align: center;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-family: Arial,Helvetica,sans-serif;
}
#tswcsstabs li a {
  border:  none;
  padding: 8px 39px;
  background-color: #333333;
  display: inline;
  color: #ffffff;
  text-decoration: none;
  margin-top: 0px;
  font-size: 0.8em;
  line-height: 0em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: normal;
}
#tswcsstabs li a:hover {
  border-style: none;
  color: #000000;
  background-color: white;
}
