body, table, img, button, iframe, ul, li { margin:0; padding:0; border:0; }
table { text-align:left; }
iframe { width:0; height:0; }

ul { margin-left:20px; } /* kill default 50px left padding and set 20px */
li { margin-bottom:1em; } /* set default inter-item vertical spacing */
.tightlist li { margin-bottom:0.25em; } /* tighter list for simple bullets */

.menuminwidth0 { /* for all browsers (non-IE) that obey min-width */
	position:relative;
	border:1px dotted #666;
	margin:0;
	padding:0;
	width:99%;
	height:55px;/* 36px masthead height + 18px button height + 1px lower border*/
	min-width:80%;
}

@media print, projection { .menuminwidth0 { d\isplay:none; } }

* html .menuminwidth1 { /* this allows IE5/6 to simulate min-width capability */
	position:relative; /* we can simulate a minimum width by creating a large */
	float:left; /* border in this first div, then placing our content */
	height: 1px; /* into a second nested div (see 2nd nested div next */
	border-left:80% solid #fff; /* CSS box-model borders are a fixed size */
}

* html .menuminwidth2 { /* used to simulate min-width capability for IE5/6 */
	position:relative;
	margin-left:-80%;
	height: 1px;
}

.menu {
	position:relative;
	float:left;  
	margin:0;
	padding:0;
	border:0;
	height:18px;  
	width:99%; /* we always want our menu to fill the available space */
	background:#fff;
	color:#1c5280;
}

.menu img {
	vertical-align: top;
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;
	line-height:1.5em;
} 

.menu li {
	float:left; 
	position:relative; 
	margin:0;
}

.menu ul li table {
	margin:-1px 0; /* IE5 needs -1px top and bottom table margins */
	m\argin:0; /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse; /* IE5 needs this for the sub-menus to work */
}


/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;  /* initially hide the entire list hierarchy */
	padding:1px;  /* this is our box border width */
	text-align:left;
}

.menu ul li a,
.menu ul li a:visited {  /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:18px; width:100px;text-align:center;font-weight:bold;
}

.menu ul li:hover a,
.menu ul li a:hover {  /* selected top-level menu items */
	border-top:1px solid #666; /* these 2 lines create the push-in illusion */
	height:16px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {  /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:18px; /* place us just up underneath the top-level images */
	left:-1px; /* left-align our drop-down to the previous button border */
	height:auto; /* the drop-down height will be determiend by line count */
	width:12em; /* DA CAMBIARE ? /
	color:666;  /* this sets the unselected-text color */
	background:#1c5280; /* this sets our menu's effective "border" color */
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny { /* 2nd level skinny drop-down box */
	width:8.08333em; /* with a 12px default font, this is 97px width (97/12) */
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul { /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0; /* nudge the right menu right to line up under the border */
}

* html .menu ul.rightmenu li a:hover ul { /* IE5/6 needs a tweak here */
	right:-1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {  /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#000; /* this sets the unselected drop-down text color */
	background:#c6e2ff; /* this sets the drop-down menu background color */
	width:12em; /* DA CAMBIARE ? */

}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover { /* 2nd level selected item */
	color:#666;
	background:#fff;
}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover { /* 2nd level un+selected items */
	width:8.08333em;
}


.hz{float:left; width: 200px; height:20px;
text-align:center;font-weight:bold;
}



.centro{text-align:center;
	}