
#menu {
	background: #5A9B2F; url("http://www.mebelfinland.ru/tmp/imgmain/top_bgr.jpg")
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 100% Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#menu li.facility { color: #ffffff }
#menu li a.m:hover span {
 color: #FD0505;

 }
#menu a {
	background: #5A9B2F url("images/seperator.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	background: #75C53F bottom center no-repeat;
	color: #000000;
	padding-bottom: 8px;
	text-decoration: underline;
}
#menu a.active {
	background: #75C53F bottom center no-repeat;
	color: #000000;
	padding-bottom: 8px;
	text-decoration: underline;
}


