.tabs {      
	float:left;
	width:500px;	
	line-height:normal;
}
.tabs ul {
	margin:0;
	padding:00px 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 4px;
  text-decoration:none;
  }
  .tabs a img{
  display: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 13px 7px 10px;
  color:#446286;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */
.tabs a:hover span {
  color:#114;padding:7px 13px 8px 10px;
  }
.tabs a:hover {
  background-position:0% -42px;
  text-decoration:none;
  cursor:pointer;
  position:relative;bottom:1px;
  }
.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;
}
