ul{ list-style:none;}
/*选项卡1*/
#Tab1{
	width:300px;
	margin:0 auto;
	padding:0px;
	margin:0 auto;
	float: left;
}
/*菜单class*/
.Menubox {
	width:300px;
	background:url(../new_pic/about_new_03.gif);
	height:30px;
	line-height:30px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:60px;
text-align:center;
color:#009240;
height:30px;
}
.Menubox li.hover{
padding:0px;
width:60px;
background:url(../new_pic/about_new_031.gif) no-repeat center top;
color:#000000;
font-weight:bold;
height:30px;
line-height:30px;
}
.Contentbox{
clear:both;
margin-top:0px;
border:none;
height:181px;
padding-top:0px;
}

