.tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #999999; margin:0 auto; 
}

.cssindextab{ width:98%; margin:0 auto; background:#fff;}

.tabs li {
	float: left;
	margin: 0 0 0 0;
	width:25%; height:50px; line-height:50px;
}

.tabs a { margin:0 auto; display:block; margin-top:10px; width:90%; height:30px; line-height:30px; border-radius:3px; text-align:center; color:#FFFFFF;
	
}
.tabs a  font{ color:#666666;}

.tabs a:hover,.tabs a:focus {
	border-bottom-color: #2ac7e1;
	opacity: 1;
	filter: alpha(opacity =100);
}

.tabs a:focus {
	outline: 0; 
}

.tabs .current {
	z-index: 3;
	border-bottom-color: #3d3d3d;
	opacity: 1;
	filter: alpha(opacity =100);background:#FF6600;
}

.tabs .current font{ color:#FFFFFF;}



.content {
	background: #fff;
	padding-top: 10px;
	font-size: 12px; color:#000;
}

.content h2,.content h3,.content p {
	margin: 0 0 15px 0;
}

.about {
	color: #999;
	text-align: center;
	font: 0.9em Arial, Helvetica;
}

.about a {
	color: #777;
}