/* menù orizzontale */

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