body,div,ul,li{
	padding:0;
	text-align:center;
}
body{
	font:12px "宋体";
	text-align:center;
}
a.tab:link{
	color:#666666;
	text-decoration:none;
}
a.tab:visited {
	color: #666666;
	text-decoration:none;
}
a.tab:hover {
	color: #666666;
	text-decoration:none;
}
a.tab:active {
	color: #666666;
	text-decoration: none;
}
ul{ list-style:none;}
/*选项卡1*/
#Tab1{
	width:700px;
	margin:0px;
	padding:0px;
	margin:0 auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/*选项卡2*/
#Tab2{
	width:176px;
	margin:0px;
	padding:0px;
	margin:0 auto;
}
/*菜单class*/
.Menubox {
	width:464px;
	height:27px;
	line-height:27px;
	background:url(../images/tab2.jpg);   
}
.Menubox ul{
	margin:0px;
	padding:0px;
	border:0px  #fff;
	color:#666666;/*标题色*/
}
.Menubox li{
	float:left;
	display:block;
	cursor:hand;
	width:116px;
	height:27px;
	text-align:center;
	color:#666666;/*标题色*/
	border:0px #fff;
}
.Menubox li.hover{
	padding:0px;
	width:116px;
	color:#ffffff;
	height:27px;
	line-height:27px;
	text-decoration:none;
	background:url(../images/tab1.jpg);   
}
.Contentbox{
	clear:both;
	margin-top:0px;
	border-top:none;
	text-align:center;
	padding:15px;
}