#menu {
	background: white;
	float: left;
	list-style: none;
	padding: 0;
	text-align:center;
	margin-left:15px;
	margin-top: -6px;
}
#menu li {
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	padding: 0;
}
#menu a {
	background: url("http://www.babci.dzien.biz/img/nav-duze.jpg") bottom right no-repeat;
	color: #fff;
	display: block;
	float: center;
	margin: 0;
	padding: 8px 20px;
	text-decoration: none;
	font-weight:normal;
	width:98px;
}
#menu a:hover {
	background: url("http://www.babci.dzien.biz/img/nav-duze-naj.jpg") bottom center no-repeat;
	color: #0099FF;
	}                    
                  