#table_tabs {	
	clear:left;float:left;
	padding: 0px 0px 0px 0px; 
	margin:0;width:600px;height:43px;margin-bottom:0px;	
	font: 14px/15px Verdana,Arial,sans-serif;z-index:0;
	background: url(../images/tabs_bg.jpg) no-repeat -15px bottom;
}

.tabs {      
	float:right;
	width:600px;	
	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:right;
  background:url("../images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  }
   .tabs li.table_tab a{
 float:left;
  }
  .tabs li.table_tab_active a{
 float:left;
  }
.tabs a span {
  
  display:block;
  background:url("../images/tabright.gif") no-repeat right top;
  padding:7px 12px 7px 7px;
  color:#9999a4;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */
.tabs a:hover span {
  color:#222222;
  }
.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;color:#111;
}
  
	.tabs #current a {
			background-position:0% -42px;
	}
	.tabs #current a span {
			background-position:100% -42px; color:#225; 
	}
	.tabs a span#tab_note {	
	padding: 0px 0px 0px 7px; background-image:none; margin:0px 0px 0px 0px; display:inline; position:relative; bottom:2px;
	font: normal 13px/13px Verdana,Arial,sans-serif;
}

