@charset "utf-8";
/* CSS Document */
div,body,ul,li{
	margin:0;
	padding:0;
	border:0;
}
.header{
	width:800px;
	margin:0 auto;
	height:130px;
	overflow:hidden;
	position:relative;
	border:0px;
	font-size:0px;
}
.header img{
	border:0;
	margin:0;
	padding:0;
	width:800px;
	height:130px;
}
.menu{
	width:609px;
	height:37px;
	position:absolute;
	bottom:0px;
	right:16px;
	background:url(../images/menu_bg.jpg) no-repeat;
	border:0px;
}

.menu ul{
	width:100%;
	height:13px;
	border:0px;
	margin:0px;
	padding:0px;
	border:0px;
}
.menu ul li{
	list-style:none;
	width:87px;
	color:#6b6b6b;
	font-size:14px;
	font-weight:bold;
	float:left;
	height:37px;
	line-height:37px;
	text-align:center;
	letter-spacing:1px;
	cursor:pointer;
}

.menu ul li.menu_0_hover{
	color:#FFF;
	background:url(../images/menu_index.png) repeat-x;
}
.menu ul li.menu_1_hover{
	color:#FFF;
	background:url(../images/menu_course.png) repeat-x;
}
.menu ul li.menu_2_hover{
	color:#FFF;
	background:url(../images/menu_sum.png) repeat-x;
}
.menu ul li.menu_3_hover{
	color:#FFF;
	background:url(../images/menu_resource.png) repeat-x;
}
.menu ul li.menu_4_hover{
	color:#FFF;
	background:url(../images/menu_test.png) repeat-x;
}
.menu ul li.menu_5_hover{
	color:#FFF;
	background:url(../images/menu_tool.png) repeat-x;
}
.menu ul li.menu_6_hover{
	color:#FFF;
	background:url(../images/menu_tool.png) repeat-x;
}