div.fctabs {
	width:100%;
	float:left;
}
div.fctabs ul {
	background:url(http://images2.wapr.com/images/blue-pixel.gif) repeat-x 0 100%;
	margin:0;
	float:left;
	padding:0;
	width:100%;
}
div.fctabs li {
	list-style-type:none;
	line-height:25px;
	margin-right:5px;
	float:left;
	font-size:13px;	
	background:none;
	
}

div.fctabs li {
list-style-type:none;
	line-height:25px;
	margin-right:5px;
	float:left;
	font-size:13px;	
	background:none;

}
div.fctabs ul li a {
	text-decoration:none;
	color:#454545;
	float:left;
	padding:0 7px 0 0;
	background:url(http://images2.wapr.com/images/rounded-tabs.gif) no-repeat 100% -59px;
	border-bottom:1px solid #bcd2e6;
	font-weight: bold;
}
div.fctabs ul li a span {
	color:#454545;
	cursor:pointer;
	float:left;
	line-height:28px;
	padding:0 8px 0 15px;
	background:url(http://images2.wapr.com/images/rounded-tabs.gif) no-repeat;
	font-weight: bold;
}
div.fctabs ul li a:hover {
	color: #ff7600;
	text-decoration:none;
}
div.fctabs ul li a:hover span {
	color: #ff7600;
	cursor:pointer;
}
div.fctabs ul li a.active {
	text-decoration:none;
	color:#2a7da4;
	background-position: 100% -90px;
	border-bottom:1px solid #fff;
}
div.fctabs ul li a.active span {
	color:#2a7da4;
	background-position: 0 -31px;
}
div.fctabs ul li a.active:hover {
	color: #2a7da4;
	text-decoration:none;
}
div.fctabs ul li a.active:hover span {
	color: #2a7da4;
	cursor:pointer;
}