/*INIZIO gestione sottomenu*/
#content-sottomenu-sx {
	position:relative;
	width:230px;
	height:20px;
	background:url(../images/sfondo-sottomenu-sx.jpg) no-repeat;
	overflow:hidden;
	display:block;
	float:left;
}
#button-valdo {
	width:89px;
	height:20px;
	background:url(../images/button-valdo.jpg) top left no-repeat;
	overflow:hidden;
	display:block;
	float:left;
}
#button-valdo:hover {
	background-position:bottom left;
}
#button-valdo-selezionato {
	width:89px;
	height:20px;
	background:url(../images/button-valdo.jpg) bottom left no-repeat;
	overflow:hidden;
	display:block;
	float:left;
}
#button-monch {
	width:89px;
	height:20px;
	background:url(../images/button-monchera.jpg) top left no-repeat;
	overflow:hidden;
	display:block;
	float:left;
}
#button-monch:hover {
	background-position:bottom left;
}
#button-monch-selezionato {
	width:89px;
	height:20px;
	background:url(../images/button-monchera.jpg) bottom left no-repeat;
	overflow:hidden;
	display:block;
	float:left;
}
#content-sottomenu-home-dx {
	position:relative;
	width:416px;
	height:20px;
	background:url(../images/sfondo-sottomenu-home-dx.jpg) no-repeat;
	overflow:hidden;
	display:block;
	float:left;
}
/*FINE gestione sottomenu*/
/*INIZIO GESTIONE CONTENUTI SOTTOSEZIONI*/
#content-img-home-valdomonch {
	position:relative;
	width:230px;
	height:341px;
	display:block;
	float:left;
}
.testo-home {
	position:relative;
	width:400px;
	margin-top:34px;
	display:block;
	float:left;
}
/*FINE GESTIONE CONTENUTI SOTTOSEZIONI*/
#content-img-home {
	position:relative;
	width:824px;
	height:321px;
	background:url(../images/img-home.jpg) no-repeat;
	display:block;
	float:left;
}