

/*选项卡1*/
#Tab1 {
	width: 220px;
	float:left;
}

/*菜单class*/
.Menubox {
	width: 100%;
	background: url(bg2.gif);
	height: 28px;
	line-height: 28px;
}
.Menubox ul {
	margin: 0px;
	padding: 0px;
}
.Menubox li {
	float: left;
	display: block;
	cursor: pointer;
	width: 114px;
	text-align: center;
	color: #949694;
	font-weight: bold;
}
.Menubox li.hover {
	padding: 0px;
	background: #fff;
	width: 116px;

	background: url(bg1.gif);
	color: #739242;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
}
.Contentbox {
	clear: both;
	margin-top: 0px;
	height: 181px;
	text-align: center;
	padding-top: 8px;
}
-->
/*一流素材网www.16sucai.com*/
