@charset "utf-8";
.Nav {
	height: 50px;
	width: 900px;
	background-repeat: no-repeat;
}
a {
	color: #63371E;
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
a:hover {
	color:#999999;
}

.around .Nav ul {
	height: 25px;
	width: auto;
}
.around .Nav li {
	float: left;
	height: 25px;
	width: 150px;
	list-style-type: none;
	text-align: center;
	line-height: 2;
	background-image:none;
}
.around .Nav li:hover {
	background-image:none;
	height: 25px;
}
