@charset "utf-8";
#nav {
	height: 48px;
	width: 780px;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 223px;
}
#nav ul li {
	display: inline;
	list-style-type: none;
}
#nav ul li a {
	display: block;
	background-image: url(../images/btn-bg.png);
	height: 26px;
	width: 87px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #46632b;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
	
}
#nav ul li a:hover {
	background-image: url(../images/btn-bg-ak.png);
	color: #000000;
}
#nav ul li a:active {
	background-image: url(../images/btn-bg-ak.png);
	color: #000000;
}
