
#TPcolortabs{
  margin-left: 4px; 
  padding: 0;
  width: 100%;
  background: transparent; 
  padding-left: 5px;
}

#TPcolortabs ul{
  font: bold 12px ;
  margin:0;
  padding:0;
  list-style:none;
}

#TPcolortabs li{
  display:inline;
  margin:0 2px 0 0;
  padding:0;
  text-transform: uppercase;
}

#TPcolortabs a {
  float:left;
  color: ;
  background: #BB9360 url(../images/TP_color_tabs_left.gif) no-repeat left top;
  margin:0 2px 0 0;
  padding:0 0 1px 3px;
  text-decoration:none;
  letter-spacing: 1px;
}

#TPcolortabs a span{
  float:left;
  display:block;
  background: #BB9360 url(../images/TP_color_tabs_right.gif) no-repeat right top;
  padding:4px 9px 2px 6px;
}

#TPcolortabs a span{
  float:none;
}

#TPcolortabs a:hover{
  background-color: ;
}

#TPcolortabs a:hover span{
  background-color: ;
}

#TPcolortabs #current a, #TPcolortabs #current span{ /*currently selected tab*/
  background-color: red;
}

#TPcolortabsline{
  clear: left;
  padding: 0; 
  width: 100%;
  height: 30px;
  font: bold 18px ;
  color: ;
  line-height: 30px; 
  background: #BB9360;
  border-top: 1px solid ; /*Remove this to remove border between bar and tabs*/
}  