/* semplici stili*/
.titolo2{
	font-size: 1.1em;
	color: #003366;
}
.h3{
	font-size: 1em;
	color: #FF0000;
	font-weight: bold;
}
.centra{
	text-align: center;
	font-size: 1.2em;
	color: #CC0000;
}

.sinistra{
	text-align: left;
	font-size: 1.2em;
	color: #CC0000;

}


/* menu del corpo */
.contenitore-menu{
	width: 160px;
	color: #000;
	background-color: #C8DAE8;
	border: 1px none #666666;
	background-image:  url("/immagini/imma/menu/css/centro-alto.gif");
	background-repeat: repeat-x;
		
}
.contenitore-destra-menu{
	border: 1px none #666666;
	background-image:  url("/immagini/imma/menu/css/centro-destra.gif");
	background-repeat: repeat-y;
	background-position: right;
}

.topleft-menu { background: url(imma/menu/css/alto-sinistra.gif) no-repeat top left }

.topright-menu{
	background:  url("/immagini/imma/menu/css/destra-alto.gif") no-repeat top right;
	
	
}

.bottomleft-menu{
	background:  url("/immagini/imma/menu/css/sinistra-basso1.gif") no-repeat bottom left;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.bottomright-menu{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	
}

.contenuto-menu{   
	padding-left: 0;
	margin-left: 0;
	padding-right: 50px;
	font-size:15px;
}

.intestazione-menu{
/*border:#000000 solid;*/
	padding-left: 0;
	margin-left: 0;
	text-align:center;
	padding-top:1px;
	font-size:16px;
}
	
.contenuto-menu ul {
	padding-left: 0;
	margin-left: 0;
    padding-left: 10px;
	list-style:none;
}

.contenuto-menu ul li {
line-height:20px;
}

.contenuto-menu ul li a {
/*background:#ffffff;*/
/*border:#000000 dotted thin;*/
}


/* termine menu del corpo*/

/*
navigazione avanzata*/
#avanzata {
	float:left;
	width:100%;
	background:#DAE0D2 url("/immagini/imma/menu/css/men/bg.gif") repeat-x bottom;
	line-height:normal;
	vertical-align: bottom;
	margin-top: 155px;
	font-family:Arial, Helvetica, sans-serif;
  }
#avanzata ul {
  margin:0;
  padding:10px 10px 0px;
  list-style:none;
  }
#avanzata li {
  float:left;
  background: url("/immagini/imma/menu/css/men/left.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 9px;
  }
#avanzata a {
  float:left;
  display:block;
  background: url("/immagini/imma/menu/css/men/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
#avanzata a:hover {
  color:#003366;
  }
#avanzata #selezionata {
	background-image: url("/immagini/imma/menu/css/men/left_on.gif");
	color: #CC3300;
  }
#avanzata #selezionata a {
  background-image: url("/immagini/imma/menu/css/men/right_on.gif");
  color:#CC0000;
  padding-bottom:5px;
  }

/* Barra di navigazione di base
---------------------------------------------------------------------*/

#base {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-color: #DAE0D2;
	vertical-align: middle;	
  }
  
#base ul {
  margin:0;
  padding:10px 10px 0px;
  
  }
#base li {
	float:left;
	margin:0px;
	padding:0px 0px 0px 3px;
	list-style-type: disc;
	display: block;
  }

#base a:hover {
	color:#CC3300;
	
	text-align: center;
	
  }

