@charset "gb2312";
/* CSS Document */
.Navigation {
	width: 100%;
	height: 115px;
	z-index: 99999999;
	position: relative;
}
.Navigation .NavHolder {
	width: 110px;
	height: 115px;
	float: left;
}
.Navigation .NavHolder .NavBtn {
	display: block;
	width: 110px;
	height: 115px;
	line-height: 115px;
	text-align: center;
	color: #000000;
}
.Navigation .NavHolder .NavBtnHover {
	background-color: #653675;
	color: #ffffff;
}
.Navigation .NavHolder .NavMenu {
	display: none;
	background-color: #653675;
	padding: 5px;
}
.Navigation .NavHolder .NavMenu a {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #ffffff;
	border-bottom: 1px solid #502160;
	text-align: center;
}
.Navigation .NavHolder .NavMenu a:hover {
	color: #ffffff;
	background-color: #7e6ea5;
}