/* 
	UL & LI sono gli stili per i menu sfumati molto carini
*/
ul.fascia_sotto_int {
	margin:0 auto;
	padding:0;
	list-style-type: none;
/*	background-image: url(sfondo_menu_1.png); */
	height: 8px;
	width: 100%;
	margin: auto;
}
ul.fascia_sotto_int li {
	float: left;
}

ul.fascia_sotto_int a {
	background-image: url(img/separatore_menu.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	line-height: 12px; /* 	DEFINISCO ALTEZZA MENU	*/
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

ul.fascia_sotto_int a:hover {
/*background-image: url(../_sfondo_menu_1.png); VEDERE SE FUNZIONA*/
	color: #FFFFFF;
	font-weight:bold;
	font-size: 14px;
}

/*  DA QUI NON SO PIU A COSA SERVONO QUESTI ELEMNENTI*/

.menu {
	width: 100%; /* set width of menu */
	background: #eee;
}
.menu ul {
	clear:left;
	float:left;
	/* remove bullets and list indents */
	list-style:none; 
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
}
.menu a{
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}
.menu a:hover {
	color: #a00;
	background: #fff;
}
