body {
	background-image: url(../../images/site/sfondo.jpg);
	margin-top: 0px;
}

.tabella {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	text-decoration: none;
}

A.tabella:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: black;
	background: #32ABFC;
	text-decoration: none;
}
.menu {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	color: #FFF;
	text-decoration: none;
}
A.menu:hover {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	color: black;
	background: #32ABFC;
	text-decoration: none;
}
.menu-item {
	width:178px;
	padding-top:8px;
	height:32px;
	float:left;
}
.menu-separator {
	width:1px;
	float:left;
	height:40px;
	background-color:#333333;
}