.nTab{
	float: left;
	width: 100%;
	margin-bottom:2px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(qh3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nTab .TabTitle{
	clear: both;
	height: 30px;
	overflow: hidden;
}
.nTab .TabTitle ul{
	height: 30px;
}
.nTab .TabTitle li{
	float: left;
	width: 87px;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	font-size: 14px;
	text-align: center;
	margin: 0;
	height: 18px;
}
.nTab .TabTitle .active{
	background-image: url(qh2.gif);
	color: #000099;
}
.nTab .TabTitle .normal{
	background-image: url(qh1.gif);
}
.nTab .TabContent{
	width:auto;
	margin: 0px auto;
	padding:10px 0 0 0;
	background-color: #FFFFFF;
	line-height: 20px;
}
.none {display:none;}
