/* ---- FINE HEADER ---- */

#menu {
	margin: 0;
	height: 212px;
	background: #FFF;
	margin:20px;
	padding-top:0px;
	width: 940px;
	background-color:#00519e;
}

#menu_left {
	float:left;
	position:absolute;
	z-index:1;

	}

#menu_right {
	position:absolute;
	padding-left:3px;
	z-index:0;
	margin-left:166px;
	padding-top:6px;
	height:210px;
	}
	
#menu_right img {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	}

/* ---- MENU ---- */


ul#menuCont1 {
	top: 5px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 166px;
	font: 11px Arial, verdana, georgia, helvetica, sans-serif;
	position: absolute;
	z-index: 40;
	background-color:#00519e;

}
ul#menuCont1 li {
	border: none;
	margin-left: 8px;
	padding: 2px 0;
	width: 145px;
	height: 15px;
	border-bottom: 1px solid #FFF;
	list-style-type:none;
}
ul#menuCont1 li a {
	padding-top: 1px;
	text-decoration: none;
	color: #FFF;
	/*width: 170px !important;*/
	width: 170px;
	height: 15px;
	display: block;
	background: url("../img/su1_u2.gif") no-repeat 0px -16px;
	outline: none;
	white-space: nowrap;
}
ul#menuCont1 li a:hover {
	background: url("../img/su1_u2.gif") no-repeat 0px -32px;
	color: #fff;
}
.menuCont1selected {
	background: url("../img/su1_u2.gif") no-repeat 0px 2px !important;

}
.menuCont1selected a  {
	color: #00519e!important;
	
}
/* IE7 */
*:first-child+html .menuCont1selected {
	margin-bottom: -3px;
}
*:first-child+html .menuCont1selected a  {
	margin-bottom: -3px;
}
/* Fine IE7 */

.menuCont1vuoto a {
	background: none !important;

}
.menuCont1vuoto a:hover {
	background: url("../img/su1_u2.gif") no-repeat 0px 0 !important;
}

.menuCont1attivo a:hover {
	background: url("../img/attivo2_u2.gif") no-repeat 0px 0 !important;
}
.menuCont1attivo {
	background: url("../img/su1_u2.gif") no-repeat 0px 0px;
	font: 11px Arial, verdana, georgia, helvetica, sans-serif;
	color: #003882;
}

ul#menuCont2, ul#menuCont3{
	top: 1px;
	left:168px;
	height: 201px;
	border: none;
	border-right: 1px solid #FFF;
	background-color:#fff;
	width: 130px !important;
	position: absolute;
	}
	
#fondoa{
	top: 0px;
	left:168px;
	height: 200px;
	border: none;
	border-right: 1px solid #FFF;
	width: 170px !important;
	position:absolute;
	background-color: #fff;	
}


ul#menuCont2 li, ul#menuCont3 li{
	border: none;
	border-bottom: 1px solid #00519e;
	margin-left:-30px;
	padding-left:0px;
	background-color:#fff;
}
ul#menuCont2 li a, ul#menuCont3 li a {
	color: #003882;
}

.menuCont2attivo {
	background: url("../img/attivo2_u2.jpg") no-repeat 0px 5px;
	font: 11px Arial, verdana, georgia, helvetica, sans-serif;
	color: #ffffff;
}

.menuCont3attivo {
	background: url("../img/attivo2_u2.jpg") no-repeat 0px 5px;
	font: 11px Arial, verdana, georgia, helvetica, sans-serif;
	color: #fff;
}
/* ---- FINE MENU ---- */

