
/*滑动门样式表*/
	.tabbox{width:920px; background:url('../images/tab_bg.gif') left top repeat-x; border:1px #ccc solid;}
	.tabbox .tabboxmid{height:100%; clear:both; padding:10px;} 
	/*栏目标题*/
	.tabs{height:37px; padding-top:3px;  border:1px #ccc solid;}
	.tabs ul{list-style:none; margin-left:35px; }
	.tabs li{float:left; margin-right:10px; background:url(../images/tab_line.gif) right center no-repeat; padding-right:10px;}
	.tabs li a{color:#fff; line-height:36px; padding:0 10px; display:block; text-decoration:none;}
	.tabs li a:hover{color:#333; background:#fff; text-decoration:none;}
	.tabs li.current a{color:#333; background:#fff; line-height:38px;}
	.tabs li.current a:hover{color:#333;}
	.tabs li.current{ background:none;}

	/*内容容器部分*/
	.tabboxmid .tabcont{background:#fff;}
    .tabboxmid .tabcont ul{display:none;}
	.tabboxmid ul.tabcontshow{display:block;}
	