#tabs, .tabs {
	height: 28px;
	list-style: none;
	margin: 0 0px 0 0;
	padding: 0 0px 0 0;
}
	
#tabs li, .tabs li {
	float: left;
	padding: 0px 1px 0 0;
	font-size: 16px;
	font-weight: normal;
  
}
.tabs li{font-size: 14px; }
	
#tabs h2{font-size: 16px;}
#tabs li a, .tabs li a {
	margin: 0px 0 0px 0px;
	text-decoration: none;
	color: #fff;
  font-weight: bold;
	padding: 0px 15px 0 16px;
	height: 22px;
	display: block;
border-right: solid 1px #fff;

}
#tabs li a.last, .tabs li a.last{
  border: none;
}
	#tabs li span{
	height: 28px;
	display: block;
	cursor: pointer;

}
#tabs li span.active{
	background: url('/images_new/arrow.gif') bottom center no-repeat; 
  background-position: center 18px;
}

#tabs li span:hover {
	background: url('/images_new/arrow.gif') bottom center no-repeat;
background-position: center 18px;
}