/* 
	Created by Openidea 
   http://www.openidea.it
*/

/****************
   MENU HEADER
*****************/

/*top*/
.menu_header_container{
	width:100%;
	margin-top:0px;
	margin-bottom:4px;
}

.menu_header_sx_top{
	width:150px;
	height:30px;
	float:left;
	background-image:url(../../images/stile1/struttura/menu/menu_header/top.jpg);
	background-repeat:repeat;
	border:2px solid #855706;/*marroncino*/
	vertical-align:middle;
}

.menu_header_dx_top{
	width:150px;
	height:30px;
	float:right;
	background-image:url(../../images/stile1/struttura/menu/menu_header/top.jpg);
	background-repeat:repeat;
	border:2px solid #855706;/*marroncino*/	
}

.menu_header_central_top{
	margin:auto;
	width:460px;
	height:30px;
	float:none;
	background-image:url(../../images/stile1/struttura/menu/menu_header/top.jpg);
	background-repeat:repeat;
	border:2px solid #855706;/*marroncino*/		

}

/* Bottom laterale */
.menu_header_bottom_laterale{
	background-image:url(../../images/stile1/struttura/menu/menu_header/laterale_bottom.jpg);
	width:154px;
	height:18px;
}

.menu_header_bottom_centrale{
	margin:auto;
	background-image:url(../../images/stile1/struttura/menu/menu_header/centrale_bottom.jpg);
	width:464px;
	height:18px;
}

.centra_scritta_header{
	margin:auto;
	width:100%;
	padding-top:5px;
}
/****************
   MENU LATERALE
*****************/

.menu_laterale{
	width:154px;/* prende la larghezza da colonna_sx */
	vertical-align:top;
	background-color:#fff5c7; /*colore delle spaziature*/
}


.menu_laterale .titolo{
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url(../../images/stile1/struttura/menu/menu_laterali/top_titolo.jpg);
	background-repeat:no-repeat;
	background-color:#d1a952;
	vertical-align:middle;
	padding-top:7px;
	padding-bottom:7px;
}



.menu_laterale .menu_dx, .menu_laterale .menu_sx{
	width:130px;
	list-style:none;
	list-style-type:square;
	margin:0; 
	padding:0;
	padding-left:22px;
	background-color:#ffffac; /* giallino */
	border-bottom:3px solid #9f771d;
	margin-bottom:4px;

}

.menu_laterale .menu_dx{
	border-left:2px solid #ad862f;
}


.menu_laterale .menu_sx{
	border-right:2px solid #ad862f;
}

.menu_laterale ul .menu_item{
	border-bottom: 1px solid #cdcd96;
	padding:0px;
	margin:0px;
}

.menu_laterale ul li{
	color:#412301;
}

.menu_laterale ul .menu_ultimoElemento{
	border:0px;
	padding-bottom:0px;
}
.menu_laterale ul li a{
	display:block; /* il link occupa tutto lo spazio orizzontale */
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px;
	padding:2px 0px;
	background-image:url(../../images/stile1/struttura/menu/menu_laterali/sfondo_menu.jpg);
	background-position:bottom right;
	background-repeat:repeat-y;	
}

.menu_laterale ul li a:hover{
	background-image:url(../../images/stile1/struttura/menu/menu_laterali/sfondo_menu_hover.jpg);
	background-position:bottom right;
	background-repeat:repeat-y;
	color:#2c1904;		
}

.menu_laterale ul li.menu_selected{
	text-align:right;
	list-style-type:none;
	list-style-position:inside;

}
.menu_laterale ul li.menu_selected a{
	width:100%;
	list-style-position:outside;
	background-image:url(../../images/stile1/struttura/menu/menu_laterali/sfondo_menu_selected.jpg);
	color:white;
	font-style:italic;
}

.menu_laterale .menu_banner_sx, .menu_laterale .menu_banner_dx{
	width:152px;
	margin:0; 
	padding:0;
	padding-top:3px;
	padding-right:2px;
	background-color:#ffffac; /* giallino */
	border-bottom:3px solid #9f771d;
	margin-bottom:4px;
}

.menu_laterale .menu_banner_dx{
	border-left:2px solid #ad862f;
}


.menu_laterale .menu_banner_sx{
	border-right:2px solid #ad862f;
	padding:0px;
}



/***************
	AREA BANNER
****************/

.banner_container{
	text-align:center;
	padding:0px;
	border-bottom:2px solid #a27414;/* marrone scuro */
}

.banner_container a{
	display:block;
	width:142px;
	padding:7px 5px;
	text-decoration:none;
	font-size:10px;
}

.banner_container a img{
	border:0px;
}

.banner_container.riga1 a{
	background-color:#efd193;
}

.banner_container.riga2 a{
	background-color:#fdfc9e;
	
}

/*
.banner_container.riga1 a:hover{
	background-color:#e5bb63;
}
.banner_container.riga2 a:hover{
	background-color:#fdfc87;
}
*/
