#Tab2{
width:100%;
margin:0px;
padding:0px;
margin:0 auto;
}
.Menubox {
width:100%;
background:url(../images/tab_bg2.gif);
height:35px;
line-height:35px;
border-bottom:2px solid #ccc;
}
.Menubox ul{
margin:0px;
padding:0px;
background:#ccc;
height:35px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:114px;
text-align:center;
color:#949694;
height:35px;
line-height:35px;
font-size:14px;
font-weight:bold;
background:#ccc;
border-right:1px solid #fff;
border-bottom:1px solid #fff;}
.Menubox li.hover{
padding:0px;
background:#fff;
width:116px;
background: #505050 url(../images/tab_bg1.gif);
color:#fff;
font-weight:bold;
height:35px;
line-height:35px;
}
.Contentbox{
clear:both;
margin-top:0px;
border-top:none;
height:auto;
padding-top:8px;
}