/*right curve tabs */
.curveTabs{background-image:url(../images/curvetabsbg.gif); height:25px; overflow: hidden;}
.curveTabs .hd{width:130px; float:left;}

.curveTabs .tabs{ float:left; }
.curveTabs .tabCont{margin:0px; padding:0px; margin-top:2px; list-style:none; list-style-image:none;}
.curveTabs .tabCont li{float:left; width:auto; margin-right:2px; height:20px; overflow:hidden; background-image:url(../images/noactive_tab.gif); background-repeat:no-repeat; width:72px}
.curveTabs .tabCont li.active{background-image:url(../images/linecur_active.gif); height:22px; background-repeat:no-repeat; }
.curveTabs .tabCont li span{cursor: pointer; display:block; padding:4px 0px 0px 0px; text-align:center;  color:#2E7200;  font-size:8pt; font-weight:bold; font-family: arial; font-weight:bold; width:auto}
.clearB{clear:both;}