
#Tab1{
padding:0px;
width:1100px;;


}

/*²Ėµ„class*/
.Menubox {
	width:100%;
	height:42px;
	line-height:42px;
	background:#fbfbfb;
	border:1px solid #cfcfcf;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:185px;
text-align:center;
color:#949694;
font-weight:bold;font-size:16px;

}
.Menubox li.hover{
width:185px;
background: url(/images/product_item_over.png) no-repeat;


font-size:16px;
color:#fff;
font-weight:bold;
height:42px;
line-height:42px;
}
.Contentbox{
clear:both;
margin-top:10px;
height:auto;
padding:10px;
}
