#menu {
	clear: both;
	font-size: 0.83em;
	height: 36px;
	margin: 160px 0 0 20px;
	float: left;
	}
#menu ul {
	height: 36px;
	list-style: none;
	margin: 1px 0 2px 13px;
	width: 800px;
}
#menu li {
	display: block;
	height: 36px;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	width: 89px;
	line-height: 36px;
	color: #CCCCCC;
}
#menu a {
	border: none;
	color: #fff;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	width: 89px;
}
#menu a:hover {
	border: none;
	color: #fff;
	background-image: url(../img/tast.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 36px;
	line-height: 36px;
	margin: 0;
}
