@charset "utf-8";
/* CSS Document */




#Tab1 a:link{
color:#000;
text-decoration:none;
}
#Tab1 a:visited {
color: #666;
text-decoration:none;
}
#Tab1 a:hover {
color: #000;
text-decoration:underline;
}
#Tab1 ul{ list-style:none;}
/*选项卡1*/
#Tab1{
	width:260px;
	margin:0px;
	padding:0px;
	margin:40px 0px 30px 3px;
	font:12px "宋体";
	text-align:center;
	height: 140px;
	color:#3399FE;
}
/*选项卡2*/
#Tab2{
	width:950px;
	margin:0px;
	padding:0px;
	margin:0 auto;
	height: 160px;
}
/*菜单class*/
.Menubox {
width:100%;
background:url(200801081251340.gif);
height:28px;
line-height:28px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
	float:left;
	display:block;
	cursor:pointer;
	width:89px;
	text-align:center;
	color:#949694;
	font-weight:bold;
}
.Menubox li.hover{
	padding:0px;
	background:#fff;
	width:100px;
	border-left:1px solid #a2d1ff;
	border-top:1px solid #a2d1ff;
	border-right:1px solid #a2d1ff;
	background:url(200801081249070.gif);
	color:#000000;
	font-weight:bold;
	height:27px;
	line-height:27px;
}
.Contentbox{
	clear:both;
	margin-top:0px;
	border:1px solid #a2d1ff;
	border-top:none;
	height:130px;
	text-align:center;
	padding-top:8px;
}
.Contentbox01{
	clear:both;
	margin-top:0px;
	border:1px solid #a2d1ff;
	border-top:none;
	height:100px;
	text-align:center;
	padding-top:8px;
}
