div,ul,li{
padding:0;
text-align:center;
}
body{
	font-family: Arial, "宋体";
	font-size: 12px;
}

#feiji a:link,#banquan a:link {
	color: #7B7B7B;
	text-decoration: none;
}
#feiji a:active,#banquan a:active {
	color: #FF9900;
	text-decoration: none;}
#feiji a:visited,#banquan a:visited {
	color: #7B7B7B;
	text-decoration: none;
}	
#feiji a:hover,#banquan a:hover {
	color: #FF9900;
	text-decoration: underline;
}



ul{ list-style:none;}
/*选项卡2*/
#Tab2{
	width:100%;
	margin:0 auto;
	padding:0px;
	margin:0 auto;
}
/*菜单class*/
.Menubox {
	width:100%;
	height:28px;
	line-height:28px;
	background-image: url(../images/tabbg.gif);
}
#feiji {
	background-image: url(../images/tabbg.gif);
	background-repeat: repeat-x;
}

.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
	float:left;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#ffa400;
	font-weight:bold;
	width: 192px;
}
.Menubox li.hover{
	padding:0px;
	width:192px;
	border-left:1px solid #dde2e7;
	border-top:1px solid #dde2e7;
	border-right:1px solid #dde2e7;
	color:#1658a1;
	font-weight:bold;
	height:27px;
	line-height:27px;
	background-image: url(../images/tabbgover.gif);
}
.Contentbox{
	clear:both;
	margin-top:0px;
	height:170px;
	text-align:center;
	padding-top:5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #E9ECEF;
	border-right-color: #E9ECEF;
	border-bottom-color: #E9ECEF;
	border-left-color: #DDE6E6;
	padding-bottom: 5px;

}
