@charset "utf-8";
/* CSS Document */
#Tab1{
width:473px;
margin:0px;
padding:0px;
margin:0 auto;}
/*菜单class*/
.Menubox {
width:100%;
height:30px;
line-height:30px;
background:url(ddd.jpg) no-repeat top left;
}
.Menubox ul{
margin:0px;
margin-left:10px;
margin-bottom:20px;
padding:0px;
list-style-type:none;
font-size:13px;
}
.Menubox li{
 float:left;
 display:block;
 cursor:pointer;
 width:99px;
 height:37px;
 text-align:center;
 color:#ffffff;
 font-weight:bold;
 line-height:37px;
 margin-right:5px;
 background:url(dddd.jpg) no-repeat bottom left;
 }
 .Menubox li a{
  color:#ffffff;
  text-decoration:none;
 }
  .Menubox li a:hover{
  color:#ffffff;
  text-decoration:none;
 }
.Menubox li.hover{
 padding:0px;
 width:99px;
 color:#ffffff;
 font-weight:bold;
 height:37px;
 line-height:37px;
}
.Contentbox{
 clear:both;
 margin:0px;
 border-top:none;
 height:215px;
 text-align:center;
 line-height:24px;
 border:3px #e8e8e8 solid;
 border-top:none;
}