#tab1,#tab2,#tab3,#tab4{width:315px; margin-bottom:8px;}

/*²Ėµ„class*/
.Menubox {
width:100%;
height:25px;
line-height:25px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
 float:left;
 display:block;
 cursor:pointer;
 width:77px;
 text-align:center;
 color:#443E31;
 font-weight:bold;
 background:#FAF8F1 url(../images/tab_bg.gif) 0 0 no-repeat;
 height:26px;
 border-left:1px solid #D8CFBC;
 border-top:1px solid #D8CFBC;
 border-right:1px solid #D8CFBC;
 }
.Menubox li.last-child{background:#FAF8F1 url(../images/tab_bg.gif) 0 0 no-repeat; width:75px;}
.Menubox li.hover{
 padding:0px;
 background:#B2B19D;
 width:78px;
 border-left:1px solid #D8CFBC;
 border-top:1px solid #D8CFBC;
 border-right:1px solid #D8CFBC;
 color:#920200;
 font-weight:bold;
 height:25px;
line-height:25px;
}
.Menubox li a{color:#443E31;}
.Menubox li.hover a{color:#920200;}
#tab1 .Contentbox{background:url(../images/departPic01.jpg) 8px 15px no-repeat;}
#tab2 .Contentbox{background:url(../images/departPic02.jpg) 8px 15px no-repeat;}
#tab3 .Contentbox{background:url(../images/departPic03.jpg) 8px 15px no-repeat;}
#tab4 .Contentbox{background:url(../images/departPic04.jpg) 8px 15px no-repeat;}
.Contentbox{
 clear:both;
 margin-top:0px;
 border:1px solid #D8CFBC;
 border-top:none;
 height:110px;
 padding:8px;
}

