#tabs {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	
}
#tabs LI {
	margin:0;
	padding:0;
	float: left;
	display: block;
	
}
#tabs A1, #tabs LI {
	margin:0;
	float: left;
	font-weight: bold;
	padding: 0 0 0 30px;
	text-decoration: none;
	background: url('/images/tableft.gif') no-repeat left -41px;
}
#tabs A1 SPAN, #tabs LI SPAN {
	float:left;
	color:#FFF;
	display:block;
	padding: 14px 35px 13px 15px;
	background: url('/images/tabright.gif') no-repeat right -41px;
}
      
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs A SPAN {float:none;}
/* End IE5-Mac hack */
#tabs A {
	text-decoration: none;
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tabs A:hover {
	text-decoration: none;
}
#tabs LI:hover SPAN {
	color:#FFF;
}
#tabs LI:hover, #tabs .hover {
	background-position: 0% top;
}
#tabs .active {
	background-position: 0% top;
	margin-right: -5px;
	margin-left: -5px;
	position: relative;
	z-index: 100;
	background: url('/images/tableftactive.gif') no-repeat left -41px;
}
#tabs LI:hover SPAN, #tabs .active SPAN, #tabs .hover SPAN{
	background-position: 100% top;
}
#tabs .active SPAN{
	padding: 14px 40px 13px 20px;
	background-position: 100% top;
	position: relative;
	z-index: 100;
	background: url('/images/tabrightactive.gif') no-repeat right -41px;
}
.bottom {
	vertical-align: bottom;
}





#tabs2 {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	
}
#tabs2 LI {
	margin:0;
	padding:0;
	float: left;
	display: block;
	
}
#tabs2 A1, #tabs2 LI {
	margin:0;
	float: left;
	font-weight: bold;
	padding: 0 0 0 11px;
	text-decoration: none;
	background: url('/images/tableft1.gif') no-repeat left -28px;
	/*border: 1px solid Fuchsia;*/
}
#tabs2 A1 SPAN, #tabs2 LI SPAN {
	float:left;
	color:#FFF;
	display:block;
	padding: 5px 20px 9px 6px;
	background: url('/images/tabright1.gif') no-repeat right -28px;
}
  
#tabs2  .last{
	float:left;
	color:#FFF;
	display:block;
	padding: 5px 20px 9px 6px;
	background: url('/images/tabright1last.gif') no-repeat right -28px;
	cursor: hand;
}
      
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 A SPAN {float:none;}
/* End IE5-Mac hack */
#tabs2 A {
	text-decoration: none;
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tabs2 A:hover {
	text-decoration: none;
}
#tabs2 LI:hover SPAN {
	color:#FFF;
}
#tabs2 LI:hover, #tabs2 .hover,#tabs2 .active {
	background-position: 0% top;
}

#tabs2 LI:hover SPAN, #tabs2 .active SPAN, #tabs2 .hover SPAN{
	background-position: 100% top;
}


