.tabs {
	padding:0 14px;
}

.tabs LI {
	float:left;
	width:184px;
	background:url('../img/tab.gif') left top no-repeat;
}

.tabs LI A {
	display:block;
	
	color:#55879a;
	font-size:11px;
	text-decoration:none;
	position:relative;
	cursor:pointer;
}
.tabs .icon {
	height:110px;
	text-align:center;
	padding-top:6px;
}
.tabs LI A:hover {
	color:#fff;
}

.tabs LI A SPAN {
	display:block;
	padding-top:80px;
	padding-left:15px;
	padding-right:10px;
	height:80px;
	margin-top:-50px;
	position:relative;
	background:url('../img/tab.png') left top no-repeat;
}

.tab1 A { background:url('../img/1.gif') 14px 98px no-repeat; }
.tab2 A { background:url('../img/2.gif') 14px 98px no-repeat; }
.tab3 A { background:url('../img/3.gif') 14px 98px no-repeat; }
.tab4 A { background:url('../img/4.gif') 14px 98px no-repeat; }
.tab5 A { background:url('../img/5.gif') 14px 98px no-repeat; }
.tab6 A { background:url('../img/6.gif') 14px 98px no-repeat; }
