#buttons {
	display: block;
	margin: 0 auto;
	width: 900px;
	padding-left: 50px;
}
#buttons ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
}
#buttons li {
	float: left;
}
#buttons li a{
	color: #fff;
	display: block;
	float: left;
	padding: 8px 22px;
	font-weight: bold;
	font-size: 16px;
	
}
#buttons img {
	border: 0px;
}
body#home li#homenav,
body#locale li#localenav,
body#pizze li#pizzenav,
body#cucina li#cucinanav,
body#cantina li#cantinanav,
body#dove li#dovenav {
	background: transparent url(image/current.png) center center no-repeat;
	behavior: url(iepngfix.htc);
}
/* #buttons ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 6px 0px 0px 0px;
	margin: 0px 7px 0px 7px; 
	height: 26px;
	width: 100px;
	font: bold 16px trebuchet ms;
	text-shadow: 1px 1px 5px #5a0b0b;
} */
/* #buttons ul li a:hover, #buttons ul li a.current {
	color: #fff;
	background: transparent url(image/current.png) no-repeat top center; 
}*/
/* a#current a, a:link, a:hover, a:visited, a:active {
	background: transparent url(image/current.png) no-repeat top left;
} */

