.nTab{
float: left;
width: 622px;
margin: 0 auto;
border-bottom:1px #d5d5d5 solid;

background-position:left;
background-repeat:repeat-y;
margin-bottom:2px;
}
.nTab .TabTitle{
clear: both;
height: 25px;
overflow: hidden;
}
.nTab .TabTitle ul{
border:0;
margin:0;
padding:0;
}
.nTab .TabTitle li{
float: left;
width: 100px;
cursor: pointer;
padding-top: 9px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 2px;
list-style-type: none;
font-size: 12px;
text-align: center;
height:20px;
margin: 0;
}
.nTab .TabTitle .active{background-image:url(images1/button-1.gif); height:28}
.nTab .TabTitle .normal{ background-image:url(images1/button-2.gif); height:28}
.nTab .TabContent{
width:auto;background:#fff;
margin: 0px auto;
padding:10px 0 0 0;
border-right:1px #d5d5d5 solid;border-left:1px #d5d5d5 solid;
}
.none {display:none;}