#top ul.nav {
	width: 680px;
	display: block;
	margin: 5px;
}
#top {
	width: 700px;
}
#top ul.nav li {
	width: 80px;
	float: left;
	font-size: 12px;
	background-position: center;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #820000;
	border-right-color: #820000;
	border-bottom-color: #820000;
	border-left-color: #820000;
}

#top ul.nav li a{
	display: block;
	font-family: "ËÎÌå";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 30px;

}
#top ul.nav li a:hover{
	background-image: url(/images/nav.jpg);
	background-repeat: no-repeat;
	color: #FCA81B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	display: block;
	font-size: 14px;
}
