#table_tabs {
	background:#8495A0 url('../images/tab_bg.gif') no-repeat left top; 
	clear:left;float:left;
	margin-bottom:22px;
	font: bold 14px/14px Arial, Helvetica, sans-serif;	
}
.tab_bg_right{	
	float:right;
	position:relative;
	width:30px;height:36px;
	background: url(../images/tab_bg_r.gif) no-repeat right top;
	right: 0px;
}
.tabs {      
	float:left;
	width:auto;	
	line-height:normal;
}
.tabs ul {
	margin:0;
	padding:10px 0px 0px 0px;
	list-style:none;
}
.tabs li {
	display:inline;
	margin:0;
	padding:0;	
  }
  .tabs li.table_tab {
  display:inline;
  margin:0;
  padding:0;
  }
.tabs a {
  float:left;
  background:url("../images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  }
.tabs a span {
  float:left;
  display:block;
  background:url("../images/tabright.gif") no-repeat right top;
  padding:7px 15px 7px 9px;
  color:#334455;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */
.tabs a:hover span {
  color:#555899;
  }
.tabs a:hover {
  background-position:0% -42px;
  text-decoration:none;
  cursor:pointer;
  }
.tabs a:hover span {
  background-position:100% -42px;
  }
.tabs li.table_tab_active a {
	background-position:0% -42px;
}
.tabs li.table_tab_active a span{
	background-position:100% -42px;
}
  
	.tabs #current a {
			background-position:0% -42px;
	}
	.tabs #current a span {
			background-position:100% -42px;color:#555899;
	}

