﻿/*选项卡A*/
#Tab1,Tab2,Tab3,Tab4,Tab5{
width:474px;
margin:0px;
padding:0px;
margin:0 auto;}
/*选项卡A_01菜单class*/
.Menubox {
 width:476px;
 height:26px;
 line-height:26px;
 background: url(../images/tab_bj_15.gif) no-repeat center;
}
.Menubox td{
 width:100px;
 height:26px;
 cursor:pointer;
 text-align:center;
 }
.Menubox td.hover{
 background: url(../images/tab01_15.gif) no-repeat;
 color:#009e07;
 font-weight:bold;
 height:26px;
 line-height:26px;
 font-size:14px;
}
.Menubox_on {
 width:100px;
 height:26px;
 background:url(../images/tab01_15.gif) no-repeat;
 color:#009e07;
 font-weight:bold;
 line-height:26px;
 font-size:14px;
 }
.Contentbox{
	width:476px;
 clear:both;
 margin-top:0px;
 height:226px;
 text-align:left;
}

