/*   红色方案    */

.red_headMenu a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/bg_menu2.gif);
	text-align: center;
	display: block;
	height: 18px;
	width: 116px;
	padding-top: 8px;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-right: 2px;
	float: left;
}
.red_headMenu a:hover{
	font-weight: bold;
	color: #153681;
	text-decoration: none;
	background-image: url(../img/bg_menu_2b.gif);
	text-align: center;
	display: block;
	height: 18px;
	width: 116px;
	padding-top: 8px;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-right: 2px;
	float: left;
}
/* 当前频道样式 */
.red_headMenuThe{
	font-weight: bold;
	color: #153681;
	text-decoration: none;
	background-image: url(../img/bg_menu_2b.gif);
	text-align: center;
	display: block;
	height: 18px;
	width: 116px;
	padding-top: 8px;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-right: 2px;
	float: left;
}
/*二级菜单外框*/
.red_menuTwo{
	background-image: url(../img/bg_menub2.gif);
	background-repeat: repeat-x;
	display: table;
	height: 27px;
	width: 100%;
}
.red_menuTwoNei{
	background-image: url(../img/bg_menub2.gif);
	background-repeat: repeat-x;
	display: block;
	height: 20px;
	width: 950px;
	color: #FFFFFF;
	padding-top: 7px;
	text-align: center;
}
.red_menuTwoNei a{
	color: #FFFFFF;
	text-decoration: none;
}
.red_menuTwoNei a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
/*关键字外框*/
.red_menuTh{
	display: table;
	height: 22px;
	width: 100%;
	background-color: #e5e5e5;
	margin-bottom: 10px;
}
.red_menuThNei{
	display: block;
	height: 17px;
	width: 950px;
	color: #000000;
	padding-top: 5px;
	text-align: center;
}

/*   蓝色方案    */

.blue_headMenu a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/bg_menu.gif);
	text-align: center;
	display: block;
	height: 18px;
	width: 116px;
	padding-top: 8px;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-right: 2px;
	float: left;
}
.blue_headMenu a:hover{
	font-weight: bold;
	color: #153681;
	text-decoration: none;
	background-image: url(../img/bg_menu_2.gif);
	text-align: center;
	display: block;
	height: 18px;
	width: 116px;
	padding-top: 8px;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-right: 2px;
	float: left;
}
/* 当前频道样式 */
.blue_headMenuThe{
	font-weight: bold;
	color: #153681;
	text-decoration: none;
	background-image: url(../img/bg_menu_2.gif);
	text-align: center;
	display: block;
	height: 18px;
	width: 116px;
	padding-top: 8px;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-right: 2px;
	float: left;
}
/*二级菜单外框*/
.blue_menuTwo{
	background-image: url(../img/bg_menub.gif);
	background-repeat: repeat-x;
	display: table;
	height: 27px;
	width: 100%;
}
.blue_menuTwoNei{
	background-image: url(../img/bg_menub.gif);
	background-repeat: repeat-x;
	display: block;
	height: 20px;
	width: 950px;
	color: #FFFFFF;
	padding-top: 7px;
	text-align: center;
}
.blue_menuTwoNei a{
	color: #FFFFFF;
	text-decoration: none;
}
.blue_menuTwoNei a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
/*关键字外框*/
.blue_menuTh{
	display: table;
	height: 22px;
	width: 100%;
	background-color: #b8c2d9;
	margin-bottom: 10px;
}
.blue_menuThNei{
	display: block;
	height: 17px;
	width: 950px;
	color: #000000;
	padding-top: 5px;
	text-align: center;
}