.c5 {
	color:#FFFFFF;
}
.c5:link {
	color:#FFFFFF;
	text-decoration: none;
}
.c5:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.c5:hover {
	color:#FFFF00;
	text-decoration: none;
	font-size: 14px;
}
.c5:active {
	color:#FFFF00;
	text-decoration: none;
	font-size: 14px;
}
/*选项卡TAG*/
.main {
	clear:both;
	width:890px;
	line-height:24px;/*这样就能垂直居中了*/
	margin:0 auto;
	text-align: left;
}
/*蓝1*/
#bigdiv1 {
	width:980px;
	margin:0 auto;
	background: url(images/bg_top1.jpg) repeat;
}
.menu2box {
	position:relative;
	overflow:hidden;
	height:35px;
	width:780px;
	float:left;/*这样就能默认居左了，因为body的样式中把全局设置为了居中。*/
}
.menu2box0 {
	width:20px;
	padding-top: 8px;
	float:left;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu2box2 {
	width:180px;
	padding-top: 8px;
	float:left;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}
#menu2 {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	z-index:1;
}

#menu2 li {
	float:left;
	display:block;
	cursor:pointer;
	width:78px;
	text-align:center;
	line-height:35px;
	height:35px;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu2 li.hover {
	font-size:12px;
	font-weight:bold;
	background: url(2.jpg) repeat;
	margin:0px;
	font-family: "宋体";
	color: #000000;
	text-decoration: none;
}
.main2box {
	clear:both;
	height:24px;
	width:980px;
	background-color:#51C041;
}
#main2 ul {
	display: none;
	margin:0;
}
#main2 ul.block {
	display: block;
}
