/* CSS Document */
.nTab{
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	background-position:left;
	background-repeat:repeat-y;
	margin-top:8px;
	display:inline;
}
.nTab .TabTitle{
	float:left;
	width:100%;
	height: 30px;
	background:url(../image/image00.jpg) 0px -445px no-repeat;
}
.nTab .TabTitle ul{
	border:0;
	margin:0;
	padding:0;
}
.nTab .TabTitle li{
	float: left;
	width: 84px;
	height: 30px;
	cursor: pointer;
	line-height:30px;
	text-align:center;
	list-style-type: none;
	font-family: "";
	font-size: 14px;
	color: #02345E;
}
.nTab .TabTitle .active{
	background: url(http://www.jiaoziwang.com.cn/templates/cn/images/botton_xxk.jpg) no-repeat;
	font-weight: bold;
}
.nTab .TabTitle .normal{
	background: none;
}
.nTab .TabContent{
	float:left;
	width:100%;
	height: auto;
	font-size: 12px;
	line-height:26px;
}
.none {display:none;}
