/* MENU */
#menu{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
}
#menu_sopra{
	height:47px;
	margin: 0px auto 0px auto;
	overflow:hidden;
	clear:left;
	background: url(../images/menu.jpg) no-repeat top left;
}
#menu_sotto{
	height:57px;
	overflow:hidden;
	background: url(../images/menu_sotto.jpg) no-repeat bottom left; 
}
#menu_sopra_home{
	height:47px;
	overflow:hidden;
	margin: 0 auto 0 auto;
	background: url(../images/menu_home.jpg) no-repeat top left;
	vertical-align: bottom;
}
#menu_sotto_home{
	height:57px;
	overflow:hidden;
	background: url(../images/menu_sotto_home.jpg) no-repeat bottom left; 
}
#contenitore_bottoni{
	height:47px;
	margin: 0px 13px 0 13px;
	padding: 0;
}
#contenitore_bottoni img{
	margin: 7px 0 0 0;
}
.bottone_attivo{
	height:47px;
	margin: 0;
	padding: 10px 0 0 0;
	float:left;
}
.bottone_non_attivo{
	height:47px;
	padding: 0;
	margin: 0;
	float:left;
}
.bottone_sinistra_home{
	overflow:hidden;
	position: relative;
	margin: 0;
	padding: 0 0 0 6px;
	background: url(../images/menu_base_bottone_home.jpg) no-repeat top left;
}
.bottone_destra_home{
	overflow:hidden;
	position: relative;
	margin: 0;
	padding: 0 6px 0 0;
	background: url(../images/menu_base_bottone_home.jpg) no-repeat top right;
}
.bottone_centrale_home{
	overflow:hidden;
	margin: 0;
	padding: 0;
	background: url(../images/menu_base_bottone_home.jpg) no-repeat top center;
}
.bottone_sinistra{
	overflow:hidden;
	position: relative;
	margin: 0;
	padding: 0 0 0 6px;
	background: url(../images/menu_base_bottone.jpg) no-repeat top left;
}
.bottone_destra{
	overflow:hidden;
	position: relative;
	margin: 0;
	padding: 0 6px 0 0;
	background: url(../images/menu_base_bottone.jpg) no-repeat top right;
}
.bottone_centrale{
	overflow:hidden;
	margin: 0;
	padding: 0;
	background: url(../images/menu_base_bottone.jpg) no-repeat top center;
}
.angolo_sinistro{
	position: absolute;
	top: 0px;
	left: 6px;
	z-index:10;
	width: 2px;
	height: 2px;
}
.angolo_destro{
	position: absolute;
	top: 0px;
	right: 6px;
	z-index:10;
	width: 2px;
	height: 2px;
}