.nav_horizontal {
	font-family: "·L³n¥¿¶ÂÅé";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #DDDDDD;
	display: block;
	float: left;
	width: 80px;
	cursor: hand;
	border: 1px solid #999999;
	text-align: center;
	padding: 5px;
}
.nav_horizontal:hover {
	font-family: "·L³n¥¿¶ÂÅé";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #73D661;
	display: block;
	float: left;
	width: 80px;
	cursor: hand;
	border: 1px solid #999999;
	text-align: center;
	padding: 5px;
}