.tabbox {
	  float:left;
      width:610px;
	  background:url(../../images/pooltime/bg_line.html) no-repeat;
	  margin: 0 0 20px 0;
}
	  
.tabbox ul {
      margin:0px;
      padding:11px 0px 0px 0px;
      list-style:none;
}
	  
.tabbox li {
      float:left;
      background:url(../../images/pooltime/left.html) no-repeat left top;
      margin: 0px 0px 0px 0px;
      padding:0px 0px 0px 11px;
}
	  
.tabbox a {
      display:block;
      background:url(../../images/pooltime/right.html) no-repeat right top;
      padding:10px 17px 9px 0px;
      color:#e86c1f;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  text-decoration:none;
	  font-weight: bold;
	  outline: none;
}

.tabbox a:visited {
      color:#e86c1f;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  text-decoration:none;
	  font-weight: bold;
}
	 
.tabbox a:hover,
.tabbox a:active {
      color:#999999;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  text-decoration:none;
	  font-weight: bold;
}
	  
.tabbox .current {
      background-image:url(../../images/pooltime/left_on.html);
      color:#0069aa;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  text-decoration:none;
      }
	  
	  
.tabbox .current a {
      background-image:url(../../images/pooltime/right_on.html);
      padding-bottom:13px;
      color:#0069aa;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  text-decoration:none;
}

.tabbox .current a:link,
.tabbox .current a:visited,
.tabbox .current a:hover,
.tabbox .current a:active {
      color:#0069aa;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  text-decoration:none;
	  font-weight: bold;
}    