span.tabset {
	color: #334;
	margin: 10px 0px -10px 10px;
	padding: 0px 0px 0px 10px;
	/*text-align: justify;*/
	font: 10px/12px Verdana, Arial, Helvetica;
	letter-spacing:0px;
	z-index:1;
	display:block;float:right;
}
a.tabset {
	color: #bbc;
	margin: 10px 0px -10px 10px;
	padding: 0px 0px 0px 10px;
	/*text-align: justify;*/
	font: 10px/12px Verdana, Arial, Helvetica;
	letter-spacing:0px;
	z-index:1;text-decoration:underline;
	display:block;float:right;
}
a:hover.tabset  {
	color: #115;
	margin: 10px 0px -10px 10px;
	padding: 0px 0px 0px 10px;
	/*text-align: justify;*/
	font: 10px/12px Verdana, Arial, Helvetica;
	letter-spacing:0px;
	z-index:1;text-decoration:underline;
	display:block;float:right;
}
#table_tabs {	
	clear:left;float:left;
	padding: 15px 0px 0px 0px; 
	margin:0;width:560px;	margin-bottom:-5px; position:relative;bottom:39px;
	font: 14px/15px Verdana,Arial,sans-serif;z-index:0;
	background: url(../images/tabs_bg.jpg) no-repeat -15px bottom;
}

.tabs {      
	float:left;
}
.tabs ul {
	margin:0;
	padding:0px 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:0px;
  text-decoration:none;
  }
 .tabs a span {
  border-left:1px solid #ddd;
  display:block;float:left;color:#eee;
  margin:7px 0px 7px 0px;padding:0px 10px 0px 10px;
  /*background:url("../images/tabright.gif") no-repeat right top;*/
  
 }
  .tabs a img{
  display:none;
  }
   .tabs li.table_tab a{
 float:left;
  }
  .tabs li.table_tab_active a{
 float:left;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */
.tabs a:hover span {
  color:#fff;
  }
.tabs a:hover {
  /*background:url("../images/tableft.gif") no-repeat right top;
  background-position:0% -42px;background-color:#fff;margin-bottom:-4px;
  position:relative;bottom:4px;*/
  text-decoration:underline;
  cursor:pointer;color:#fff;  
  
  
  
  }
.tabs a:hover span {
   /*background:url("../images/tabright.gif") no-repeat right top;
  background-position:100% -42px;
  background-color:#fff;padding-bottom:11px;*/
  
  
  }
.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 {
}
.tabs #current a span {
		font-weight:bold; color:#fff;
}
.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;
}
.tab_drop {      
	position:relative;top:33px;right:0px;/*display:none;*/
	background: url(../images/drop_bg.gif) no-repeat left bottom;
	margin:0;margin-right:-100pc;margin-bottom:-100pc;margin-top:0px;
	width:200px;	
	line-height:normal;
	float: left;
	font: 14px Verdana;padding: 5px 15px 15px 15px;
}
.tab_drop h1{      
	float:left;clear:left;
	width:100%;padding: 8px 3px 0px 0px; margin: 7px 0px -16px 0px;		
	color:#AAB;letter-spacing:0px;	
	font: 14px/15px Verdana, sans-serif;
	text-align:right;border-top:1px dotted #cccccc;
}

.tab_drop ul {
	margin: 0px 0px 0px 0px;padding: 0px;
	list-style:none;background:none;
	
}
.tab_drop li {	
	float:left;width:100%;display:inline;
	clear:left;text-align:left;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px;
	
	color: #333333;
	/*font-variant: small-caps;*/
		/*border-bottom: 1px none #F4F3F5;*/
}
.tab_drop li a.drop_link {	
	padding: 1px 1px 3px;background-image:none;
	margin: 0px;display:block;
	text-decoration: none;
	
}