  /***************/
 /*  LIVELLO 1  */
/***************/

.menu_home a {
background: transparent none 0 0 no-repeat;
width: 83px;
height: 24px;
background-image: url("../img/menu/home.gif");
}

.menu_home {
background-position: 0 100%;
width: 83px;
height: 24px;
background-image: url("../img/menu/home.gif");
}

.menu_visitare a {
background: transparent none 0 0 no-repeat;
width: 83px;
height: 24px;
background-image: url("../img/menu/visitare.gif");
margin:0;
padding:0;
}

.menu_visitare {
background-position: 0 100%;
width: 83px;
height: 24px;
background-image: url("../img/menu/visitare.gif");
margin:0;
padding:0;
}

.menu_incontrare a {
background: transparent none 0 0 no-repeat;
width: 83px;
height: 24px;
background-image: url("../img/menu/incontrare.gif");
}

.menu_incontrare {
background-position: 0 100%;
width: 83px;
height: 24px;
background-image: url("../img/menu/incontrare.gif");
}

.menu_proteggere a {
background: transparent none 0 0 no-repeat;
width: 83px;
height: 24px;
background-image: url("../img/menu/proteggere.gif");
}

.menu_proteggere {
background-position: 0 100%;
width: 83px;
height: 24px;
background-image: url("../img/menu/proteggere.gif");
}

.menu_educare a {
background: transparent none 0 0 no-repeat;
width: 83px;
height: 24px;
background-image: url("../img/menu/educare.gif");
}

.menu_educare {
background-position: 0 100%;
width: 83px;
height: 24px;
background-image: url("../img/menu/educare.gif");
}

.menu_news a {
background: transparent none 0 0 no-repeat;
width: 83px;
height: 24px;
background-image: url("../img/menu/news.gif");
}

.menu_news {
background-position: 0 100%;
width: 82px;
height: 24px;
background-image: url("../img/menu/news.gif");
}

.menu_contatti a {
background: transparent none 0 0 no-repeat;
width: 83px;
height: 24px;
background-image: url("../img/menu/contatti.gif");
}

.menu_contatti {
background-position: 0 100%;
width: 83px;
height: 24px;
background-image: url("../img/menu/contatti.gif");
}

/* SPAZIATORI MENU -> OGNI SEZIONE HA UN MARGIN-LEFT DIVERSO */
#jq_menu_selected {
	/*background-color:#FF0000;*/
	background-image:url(menu_bg_hover.gif);
}


#jq_menu_home_spacer {
	margin-top:3px;
	margin-left:25px;
	margin-bottom:3px;
}

#jq_menu_visitare_spacer {
	margin-top:3px;
	margin-left:20px;
	margin-bottom:3px;
}

#jq_menu_incontrare_spacer {
	margin-top:3px;
	margin-left:11px;
	margin-bottom:3px;
}

#jq_menu_proteggere_spacer {
	margin-top:3px;
	margin-left:8px;
	margin-bottom:3px;
}

#jq_menu_educare_spacer {
	margin-top:3px;
	margin-left:16px;
	margin-bottom:3px;
}

#jq_menu_news_spacer {
	margin-top:3px;
	margin-left:23px;
	margin-bottom:3px;
}


#jq_menu_separator {
	width:150px;
	height:6px;
	background-color:#4abd05;
	font-size:3px;
}

