#menu {
	background: #ccc;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: right;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #ccc;
	color: #575757;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}



#menuverticale {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
#menuverticale li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menuverticale a {
	background: #fff;
	color: #0D656B;
	margin: 0;
	text-decoration: none;
}
#menuverticale a:hover {
	color: #666666;
	padding-bottom: 8px;
}
