#slidetabsmenu {
  float:left;
  width:100%;
  border-bottom:1px solid #ffffff;
  line-height:normal;
  }
#slidetabsmenu ul {
  margin:0;
  padding:0px;
  list-style:none;
  }
#slidetabsmenu span{
	font-family:"Arial Black";
	font-size:11px;
}
#slidetabsmenu li {
  display:inline;
  margin:0;
  padding:0;
  font-weight: bold;
  }
#slidetabsmenu a {
  float:left;
  background:url("../../images/tpp/tableft10.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#slidetabsmenu a span {
  float:left;
  display:block;
  background:url("../../images/tpp/tabright10.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
#slidetabsmenu a:hover {
  background-position:0% -42px;
  }
#slidetabsmenu a:hover span {
  background-position:100% -42px;
  color:#FFF;
  }
#slidetabsmenu a.current {
	  background-position:0% -42px;
  }
#slidetabsmenu a.current span {
	  background-position:100% -42px;
  }
.tabcontent{
  clear: both;
  float:left;
  width:100%;
  background: white;
  color: black;
  display:none;
  }