@charset "utf-8";
/* CSS Document */
#nav-index {
	margin: 0;
	padding: 0;
	width:156px;
	height:62px;
}

#nav-index a {
	display:block;
	text-align:center;
	height:62px;
	line-height:62px;
	overflow:hidden;
}

#nav-index span {
	display:none;	
}

#nav-index a:hover {
	background-image:url("../images/menu_background_over_04.png");
	background-repeat: no-repeat; /*** 修正IE6.0鼠标滑过后红色背景不消失 ***/
}

/************************* 勤劳而伟大的分割线 *************************/

#nav-about {
	margin: 0;
	padding: 0;
	width:158px;
	height:62px;
}

#nav-about a {
	display:block;
	text-align:center;
	height:62px;
	line-height:62px;
	overflow:hidden;
}

#nav-about span {
	display:none;	
}

#nav-about a:hover {
	background-image:url("../images/menu_background_over_05.png");
	background-repeat: no-repeat; /*** 修正IE6.0鼠标滑过后红色背景不消失 ***/
}
