/* CSS Document */
ul#menu { margin:0px; padding: 0; list-style: none; }
ul#menu li { float: left;  }
ul#menu li a { display: block;  }
ul#menu li a:hover { background: none; }
ul#menu li a span { display: none; }

ul#menu .Fvg a { width:120px; height: 21px; background: url(../img/link/conventionfvg_off.gif)}
ul#menu .Fvg { width:120px; height: 21px;  background: url(../img/link/conventionfvg_on.gif) }

ul#menu .servizi a { width:47px; height: 21px; background: url(../img/link/servizi_off.gif)}
ul#menu .servizi { width:47px; height: 21px; background: url(../img/link/servizi_on.gif) }

ul#menu .calendario a { width:119px;  height: 21px; background: url(../img/link/calendario_off.gif)}
ul#menu .calendario { width:119px;  height: 21px; background: url(../img/link/calendario_on.gif)}

ul#menu .news a { width:40px; height: 21px;  background: url(../img/link/news_off.gif)}
ul#menu .news { width:40px; height: 21px; background: url(../img/link/news_on.gif) }

ul#menu .materiali a { width:121px; height: 21px; background: url(../img/link/matinformativo_off.gif)}
ul#menu .materiali { width:121px; height: 21px; background: url(../img/link/matinformativo_on.gif) }

ul#menu .nostri a { width:91px; height: 21px; background: url(../img/link/nostriconsigli_off.gif)}
ul#menu .nostri { width:91px; height: 21px; background: url(../img/link/nostriconsigli_on.gif) }

ul#menu .contatti a { width:53px; height: 21px;  background: url(../img/link/contatti_off.gif)}
ul#menu .contatti { width:53px; height: 21px; background: url(../img/link/contatti_on.gif) }

ul#menu .english a { width:43px; height: 21px; background: url(../img/link/english_off.gif)}
ul#menu .english { width:43px; height: 21px; background: url(../img/link/english_on.gif) }

ul#menu .home a { width:34px; height: 21px; background: url(../img/link/home_off.gif)}
ul#menu .home { width:34px; height: 21px; background: url(../img/link/home_on.gif) }



ul#menu .FvgEng a { width:120px; height: 21px; background: url(../img/eng/link/conventionfvg_eng_off.gif)}
ul#menu .FvgEng { width:120px; height: 21px;  background: url(../img/eng/link/conventionfvg_eng_on.gif) }

ul#menu .serviziEng a { width:56px; height: 21px; background: url(../img/eng/link/servizi_eng_off.gif)}
ul#menu .serviziEng { width:56px; height: 21px; background: url(../img/eng/link/servizi_eng_on.gif) }

ul#menu .calendarioEng a { width:118px;  height: 21px; background: url(../img/eng/link/calendario_eng_off.gif)}
ul#menu .calendarioEng { width:118px;  height: 21px; background: url(../img/eng/link/calendario_eng_on.gif)}

ul#menu .newsEng a { width:40px; height: 21px;  background: url(../img/eng/link/news_eng_off.gif)}
ul#menu .newsEng { width:40px; height: 21px; background: url(../img/eng/link/news_eng_on.gif) }

ul#menu .materialiEng a { width:116px; height: 21px; background: url(../img/eng/link/matinformativo_eng_off.gif)}
ul#menu .materialiEng { width:116px; height: 21px; background: url(../img/eng/link/matinformativo_eng_on.gif) }

ul#menu .nostriEng a { width:66px; height: 21px; background: url(../img/eng/link/nostriconsigli_eng_off.gif)}
ul#menu .nostriEng { width:66px; height: 21px; background: url(../img/eng/link/nostriconsigli_eng_on.gif) }

ul#menu .contattiEng a { width:67px; height: 21px;  background: url(../img/eng/link/contatti_eng_off.gif)}
ul#menu .contattiEng { width:67px; height: 21px; background: url(../img/eng/link/contatti_eng_on.gif) }

ul#menu .italiano a { width:44px; height: 21px; background: url(../img/eng/link/italiano_off.gif)}
ul#menu .italiano { width:44px; height: 21px; background: url(../img/eng/link/italiano_on.gif) }

ul#menu .homeEng a { width:34px; height: 21px; background: url(../img/eng/link/home_off.gif)}
ul#menu .homeEng { width:34px; height: 21px; background: url(../img/eng/link/home_on.gif) }


ul#menu .selezionato a { background: none; }
ul#menu li a:hover, ul#menu li.over a {background:transparent none repeat scroll 0%;}

ul#menu li a span { display: none;  }
ul#menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li.over ul { display: block; }













ul#menu li .verde {
	display: none;
	position: absolute;
	z-index: 100;
    top: 21px;
    left: -11px;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #48B0FF; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom: 0;
}

ul#menu li ul.verde li {
	background: #5ab8fe;
	border-bottom: 1px solid #FFF; 
	list-style: none;
	height: auto;
	line-height: 12px;
}
ul#menu li ul.verde li a {
	display: block;
	width: 150px;
	padding: 8px 0 8px 9px;
	font-family: Helvetica,Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: none;
	height: auto;
	line-height: 12px;
}



ul#menu li ul.verde li:hover a, ul#menu li ul.verde li a:hover, ul#menu li ul.m li a:hover {
	color: #FFF;
	background: #2D82C3; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
}



ul#menu li .arancione {
	display: none;
	position: absolute;
	z-index: 100;
    top: 21px;
    left: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ED7507; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom: 0;
}
ul#menu li ul.arancione li {
	background: #ED7507;
	border-bottom: 1px solid #FFF;	
	list-style: none;
	height: auto;
	line-height: 12px;

}
ul#menu li ul.arancione li a {
	display: block;
	width: 150px;
	padding: 8px 0 8px 9px;
	font-family: Helvetica,Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: none;
	height: auto;
	line-height: 12px;

}

ul#menu li ul.arancione li:hover a, ul#menu li ul.arancione li a:hover {
	color: #FFF;
	background: #EC3200; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
}

ul#menu li .giallo {
	display: none;
	position: absolute;
	z-index: 100;
    top: 21px;
    left: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #E69D00; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom: 0;
}
ul#menu li ul.giallo li {
	background: #E69D00;
	border-bottom: 1px solid #FFF;	
	list-style: none;
	height: auto;
	line-height: 12px;

}
ul#menu li ul.giallo li a {
	display: block;
	width: 150px;
	padding: 8px 0 8px 9px;
	font-family: Helvetica,Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: none;
	height: auto;
	line-height: 12px;

}

ul#menu li ul.giallo li:hover a, ul#menu li ul.giallo li a:hover {
	color: #FFF;
	background: #ED7507; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
}



ul#menu li .blu {
	display: none;
	position: absolute;
	z-index: 100;
    top: 21px;
    left: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #1988CE; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom: 0;
}
ul#menu li ul.blu li {
	background: #1988CE;
	border-bottom: 1px solid #FFF;	
	list-style: none;
	height: auto;
	line-height: 12px;

}
ul#menu li ul.blu li a {
	display: block;
	width: 150px;
	padding: 8px 0 8px 9px;
	font-family: Helvetica,Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: none;
	height: auto;
	line-height: 12px;

}

ul#menu li ul.blu li:hover a, ul#menu li ul.blu li a:hover {
	color: #FFF;
	background: #006BAF; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
}



ul#menu li .gialloArancio {
	display: none;
	position: absolute;
	z-index: 100;
    top: 21px;
    left: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #E6B800; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom: 0;
}
ul#menu li ul.gialloArancio li {
	background: #E6B800;
	border-bottom: 1px solid #FFF;	
	list-style: none;
	height: auto;
	line-height: 12px;

}
ul#menu li ul.gialloArancio li a {
	display: block;
	width: 150px;
	padding: 8px 0 8px 9px;
	font-family: Helvetica,Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: none;
	height: auto;
	line-height: 12px;

}

ul#menu li ul.gialloArancio li:hover a, ul#menu li ul.gialloArancio li a:hover {
	color: #FFF;
	background: #E69D00; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
}



ul#menu li .verdeScuro {
	display: none;
	position: absolute;
	z-index: 100;
    top: 21px;
    left: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #4EB64E; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom: 0;
}
ul#menu li ul.verdeScuro li {
	background: #4EB64E;
	border-bottom: 1px solid #FFF;	
	list-style: none;
	height: auto;
	line-height: 12px;

}
ul#menu li ul.verdeScuro li a {
	display: block;
	width: 150px;
	padding: 8px 0 8px 9px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: none;
	font-weight: bold;
	height: auto;
	line-height: 12px;

}

ul#menu li ul.verdeScuro li:hover a, ul#menu li ul.verdeScuro li a:hover {
	color: #FFF;
	background: #3A873A; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
}




ul#menu li .verdeChiaro {
	display: none;
	position: absolute;
	z-index: 100;
    top: 21px;
    left: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #B4C224; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom: 0;
}
ul#menu li ul.verdeChiaro li {
	background: #B4C224;
	border-bottom: 1px solid #FFF;	
	list-style: none;
	height: auto;
	line-height: 12px;

}
ul#menu li ul.verdeChiaro li a {
	display: block;
	width: 150px;
	padding: 8px 0 8px 9px;
	font-family: Helvetica,Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: none;
	height: auto;
	line-height: 12px;

}

ul#menu li ul.verdeChiaro li:hover a, ul#menu li ul.verdeChiaro li a:hover {
	color: #FFF;
	background: #88940E; filter:alpha(opacity=94); -moz-opacity: 0.94; opacity: 0.94;
}






ul#menuSx { margin: 0; padding: 0; list-style: none; }
ul#menuSx li { width: 239px; float: left; }
ul#menuSx li a { width: 239px; display: block; }
ul#menuSx li a:hover { background: none; }
ul#menuSx li a span { display: none; }

/*ul#menuSx li.sottomenuLavoro, ul#sottomenuAzienda li.sottomenuLavoro a { height: 32px; }*/
ul#menuSx .sottomenuSpazio {height: 49px;}

ul#menuSx .sottomenuCrea a {background: url(../img/link_sx/crea_evento_off.gif); height: 43px;}
ul#menuSx .sottomenuCrea { background: url(../img/link_sx/crea_evento_on.gif); height: 43px;}

ul#menuSx .sottomenuSedi a {background: url(../img/link_sx/sedicongressuali_off.gif); height: 42px;}
ul#menuSx .sottomenuSedi { background: url(../img/link_sx/sedicongressuali_on.gif);  height: 42px;}


ul#menuSx .selezionato a { background: none; }

ul#menuSx .sottomenuRichiediPrev a {background: url(../img/link_sx/richiedi_prev_off.gif); height: 42px;}
ul#menuSx .sottomenuRichiediPrev { background: url(../img/link_sx/richiedi_prev_on.gif); height: 42px;}


ul#menuSx .sottomenuDownload a {background: url(../img/link_sx/download_off.gif); height: 42px;}
ul#menuSx .sottomenuDownload { background: url(../img/link_sx/download_on.gif); height: 42px;}


ul#menuSx .sottomenuCreaEng a {background: url(../img/eng/link_laterali_home/crea_evento_eng_off.gif); height: 43px;}
ul#menuSx .sottomenuCreaEng { background: url(../img/eng/link_laterali_home/crea_evento_eng_on.gif); height: 43px;}


ul#menuSx .sottomenuRichiediPrevEng a {background: url(../img/eng/link_laterali_home/richiedi_prev_eng_off.gif); height: 42px;}
ul#menuSx .sottomenuRichiediPrevEng { background: url(../img/eng/link_laterali_home/richiedi_prev_eng_on.gif); height: 42px;}


ul#menuSx .sottomenuDownloadEng a {background: url(../img/eng/link_laterali_home/download_eng_off.gif); height: 42px;}
ul#menuSx .sottomenuDownloadEng { background: url(../img/eng/link_laterali_home/download_eng_on.gif); height: 42px;}





ul#menuSxInterno { margin: 0; padding: 0; list-style: none; color: #FFF; text-decoration: none; }
ul#menuSxInterno li { width: 143px;   float: left; }
ul#menuSxInterno li a { width: 143px;  display: block; }
ul#menuSxInterno li a:hover { background: none; }
ul#menuSxInterno li a span { display: none; }

/*ul#menuSx li.sottomenuLavoro, ul#sottomenuAzienda li.sottomenuLavoro a { height: 32px; }*/
ul#menuSxInterno .sottomenuSpazioInterno {height: 14px;}

ul#menuSxInterno .sottomenuFVG a {background: url(../img/conventionbureau/sottolink/fvgconvention_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuFVG { background: url(../img/conventionbureau/sottolink/fvgconvention_on.gif);width: 154px; height: 42px;}

ul#menuSxInterno .sottomenuPercheF a {background: url(../img/conventionbureau/sottolink/perchefvg_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuPercheF { background: url(../img/conventionbureau/sottolink/perchefvg_on.gif); width: 154px; height: 42px;}

ul#menuSxInterno .sottomenuSediF a {background: url(../img/conventionbureau/sottolink/sedicongres_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuSediF { background: url(../img/conventionbureau/sottolink/sedicongres_on.gif);width: 154px;  height: 42px;}

ul#menuSxInterno .sottomenuVisiteF a {background: url(../img/conventionbureau/sottolink/visite_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuVisiteF { background: url(../img/conventionbureau/sottolink/visite_on.gif);width: 154px;  height: 42px;}

ul#menuSxInterno .sottomenuPCOF a {background: url(../img/conventionbureau/sottolink/pco_off.gif); width: 154px;height: 42px;}
ul#menuSxInterno .sottomenuPCOF { background: url(../img/conventionbureau/sottolink/pco_on.gif);width: 154px;  height: 42px;}

ul#menuSxInterno .sottomenuOffertaF a {background: url(../img/conventionbureau/sottolink/offertalaberghi_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuOffertaF { background: url(../img/conventionbureau/sottolink/offertalaberghi_on.gif);width: 154px;  height: 42px;}

ul#menuSxInterno .sottomenuCreaF a {background: url(../img/conventionbureau/sottolink/creaevento_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuCreaF { background: url(../img/conventionbureau/sottolink/creaevento_on.gif);width: 154px;  height: 42px;}

ul#menuSxInterno .sottomenuComF a {background: url(../img/conventionbureau/sottolink/comearrivare_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuComF { background: url(../img/conventionbureau/sottolink/comearrivare_on.gif);width: 154px;  height: 42px;}


ul#menuSxInterno .sottomenuPercheFEng a {background: url(../img/eng/conventionbureau/link_laterali/perchefvg_eng_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuPercheFEng { background: url(../img/eng/conventionbureau/link_laterali/perchefvg_eng_on.gif); width: 154px; height: 42px;}

ul#menuSxInterno .sottomenuSediFEng a {background: url(../img/eng/conventionbureau/link_laterali/sedicongres_eng_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuSediFEng { background: url(../img/eng/conventionbureau/link_laterali/sedicongres_eng_on.gif);width: 154px;  height: 42px;}

ul#menuSxInterno .sottomenuVisiteFEng a {background: url(../img/eng/conventionbureau/link_laterali/visite_eng_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuVisiteFEng { background: url(../img/eng/conventionbureau/link_laterali/visite_eng_on.gif);width: 154px;  height: 42px;}

ul#menuSxInterno .sottomenuPCOFEng a {background: url(../img/eng/conventionbureau/link_laterali/pco_eng_off.gif); width: 154px;height: 42px;}
ul#menuSxInterno .sottomenuPCOFEng { background: url(../img/eng/conventionbureau/link_laterali/pco_eng_on.gif);width: 154px;  height: 42px;}

ul#menuSxInterno .sottomenuOffertaFEng a {background: url(../img/eng/conventionbureau/link_laterali/offertalaberghi_eng_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuOffertaFEng { background: url(../img/eng/conventionbureau/link_laterali/offertalaberghi_eng_on.gif);width: 154px;  height: 42px;}

ul#menuSxInterno .sottomenuCreaFEng a {background: url(../img/eng/conventionbureau/link_laterali/creaevento_eng_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuCreaFEng { background: url(../img/eng/conventionbureau/link_laterali/creaevento_eng_on.gif);width: 154px;  height: 42px;}

ul#menuSxInterno .sottomenuComFEng a {background: url(../img/eng/conventionbureau/link_laterali/comearrivare_eng_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno .sottomenuComFEng { background: url(../img/eng/conventionbureau/link_laterali/comearrivare_eng_on.gif);width: 154px;  height: 42px;}


ul#menuSxInterno .sottomenuChiusura { background: url(../img/conventionbureau/curva_chiusuralink.gif);  height: 70px;}

ul#menuSxInterno .sottomenu_sedi {padding-left:11px; padding-top:14px; height: 135px; line-height: 12px; font-weight: bold; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #48B0FF;}


ul#menuSxInterno .selezionatoF a { background: none; }



ul#menuSxInterno2 { margin: 0; padding: 0; list-style: none; color: #FFF; text-decoration: none; }
ul#menuSxInterno2 li { width: 143px;   float: left; }
ul#menuSxInterno2 li a { width: 143px;  }
ul#menuSxInterno2 li a:hover { background: none; }
ul#menuSxInterno2 li a span { display: none; }
ul#menuSxInterno2 { margin: 0; padding: 0; list-style: none; }
ul#menuSxInterno2 li { width: 143px; float: left; }
ul#menuSxInterno2 .sottomenuChiusura_servizi { background: url(../img/servizi/curva_chiusuralink.gif);  height: 70px;}

ul#menuSxInterno2 .sottomenu_servizi { background: url(../img/servizi/sottolink/link_servizi.gif); padding-left:11px; padding-top:9px; height: 33px; line-height: 12px; font-weight: bold;}
ul#menuSxInterno2 .servizi2 a {background: url(../img/servizi/sottolink/servizi_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno2 .servizi2 { background: url(../img/servizi/sottolink/servizi_on.gif);width: 154px; height: 42px;}
ul#menuSxInterno2 .servizi3 { background: url(../img/servizi/sottolink/servizi_on.gif);width: 154px; height: 42px;}

ul#menuSxInterno2 .servizi2eng a {background: url(../img/eng/servizi/link_laterali/servizi_eng_off.gif);width: 154px; height: 42px;}
ul#menuSxInterno2 .servizi2eng { background: url(../img/eng/servizi/link_laterali/servizi_eng_on.gif);width: 154px; height: 42px;}
ul#menuSxInterno2 .servizi3eng { background: url(../img/eng/servizi/link_laterali/servizi_eng_on.gif);width: 154px; height: 42px;}

ul#menuSxInterno2 .sottomenuSpazioInterno2 {height: 14px;}




/* MENU CALENDARIO CONGRESSI */

ul#menuSxCongressi { margin: 0; padding: 0; list-style: none; }
ul#menuSxCongressi li { width: 153px; float: left; }
ul#menuSxCongressi li a { width: 153px; display: block; }
ul#menuSxCongressi li a:hover { background: none; }
ul#menuSxCongressi li a span { display: none; }

/*ul#menuSx li.sottomenuLavoro, ul#sottomenuAzienda li.sottomenuLavoro a { height: 32px; }*/
ul#menuSxCongressi .sottomenuSpazioCongressi {height: 14px;}

ul#menuSxCongressi .sottomenuCalendario a {height: 42px; background-image: url(../img/calendario_congressi/sottolink/congressi_off.gif);}
ul#menuSxCongressi .sottomenuCalendario { background: url(../img/calendario_congressi/sottolink/congressi_on.gif); height: 42px;}

ul#menuSxCongressi .sottomenuCalendarioArchivio a {background: url(../img/calendario_congressi/sottolink/archiviocongressi_off.gif); height: 42px;}
ul#menuSxCongressi .sottomenuCalendarioArchivio { background: url(../img/calendario_congressi/sottolink/archiviocongressi_on.gif);  height: 42px;}

ul#menuSxCongressi .sottomenuCalendarioEng a {height: 42px; background-image: url(../img/eng/calendario_congressi/link_laterali/congressi_eng_off.gif);}
ul#menuSxCongressi .sottomenuCalendarioEng { background: url(../img/eng/calendario_congressi/link_laterali/congressi_eng_on.gif); height: 42px;}

ul#menuSxCongressi .sottomenuCalendarioArchivioEng a {background: url(../img/eng/calendario_congressi/link_laterali/archiviocongressi_eng_off.gif); height: 42px;}
ul#menuSxCongressi .sottomenuCalendarioArchivioEng { background: url(../img/eng/calendario_congressi/link_laterali/archiviocongressi_eng_on.gif);  height: 42px;}

ul#menuSxCongressi .sottomenuChiusura_Calendaio { background: url(../img/calendario_congressi/curva_chiusuralink.gif);  height: 70px;}

ul#menuSxCongressi .selezionatoCingressi a { background: none; }





/* MENU NEWS */

ul#menuSxNews { margin: 0; padding: 0; list-style: none; }
ul#menuSxNews li { width: 153px; float: left; }
ul#menuSxNews li a { width: 153px; display: block; }
ul#menuSxNews li a:hover { background: none; }
ul#menuSxNews li a span { display: none; }

/*ul#menuSx li.sottomenuLavoro, ul#sottomenuAzienda li.sottomenuLavoro a { height: 32px; }*/
ul#menuSxNews .sottomenuSpazioNews {height: 14px;}

ul#menuSxNews .sottomenuNews a {height: 42px; background-image: url(../img/news/sottolink/news_off.gif);}
ul#menuSxNews .sottomenuNews { background: url(../img/news/sottolink/news_on.gif); height: 42px;}

ul#menuSxNews .sottomenuNewsArchivio a {background: url(../img/news/sottolink/archivionews_off.gif); height: 42px;}
ul#menuSxNews .sottomenuNewsArchivio { background: url(../img/news/sottolink/archivionews_on.gif);  height: 42px;}

ul#menuSxNews .sottomenuNewsEng a {height: 42px; background-image: url(../img/eng/news/link_laterali/news_eng_off.gif);}
ul#menuSxNews .sottomenuNewsEng { background: url(../img/eng/news/link_laterali/news_eng_on.gif); height: 42px;}

ul#menuSxNews .sottomenuNewsArchivioEng a {background: url(../img/eng/news/link_laterali/archivionews_eng_off.gif); height: 42px;}
ul#menuSxNews .sottomenuNewsArchivioEng { background: url(../img/eng/news/link_laterali/archivionews_eng_on.gif);  height: 42px;}

ul#menuSxNews .sottomenuChiusuraNews { background: url(../img/news/curva_chiusuralink.gif);  height: 70px;}

ul#menuSxNews .selezionatoNews a { background: none; }




/* MENU  INFORMATIVO */
ul#menuSxInternoInfo { margin: 0; padding: 0; list-style: none; }
ul#menuSxInternoInfo li { width: 154px; float: left; }
ul#menuSxInternoInfo li a { width: 154px; display: block; }
ul#menuSxInternoInfo li a:hover { background: none; }
ul#menuSxInternoInfo li a span { display: none; }

ul#menuSxInternoInfo .sottomenuSpazioInfo {height: 14px;}

ul#menuSxInternoInfo .matrialeI a {background: url(../img/materiale_informativo/sottolink/matinformativo_off.gif); height: 42px;}
ul#menuSxInternoInfo .matrialeI { background: url(../img/materiale_informativo/sottolink/matinformativo_on.gif); height: 42px;}


ul#menuSxInternoInfo .depliant a {background: url(../img/materiale_informativo/sottolink/depliant_off.gif); height: 42px;}
ul#menuSxInternoInfo .depliant { background: url(../img/materiale_informativo/sottolink/depliant_on.gif);  height: 42px;}

ul#menuSxInternoInfo .audio a {background: url(../img/materiale_informativo/sottolink/audiovideo_off.gif); height: 42px;}
ul#menuSxInternoInfo .audio { background: url(../img/materiale_informativo/sottolink/audiovideo_on.gif);  height: 42px;}

ul#menuSxInternoInfo .photogallery a {background: url(../img/materiale_informativo/sottolink/photogallery_off.gif); height: 42px;}
ul#menuSxInternoInfo .photogallery { background: url(../img/materiale_informativo/sottolink/photogallery_on.gif);  height: 42px;}

ul#menuSxInternoInfo .richiedi a {background: url(../img/materiale_informativo/sottolink/richiedi_off.gif); height: 42px;}
ul#menuSxInternoInfo .richiedi { background: url(../img/materiale_informativo/sottolink/richiedi_on.gif);  height: 42px;}



ul#menuSxInternoInfo .matrialeIEng a {background: url(../img/eng/materiale_informativo/link_laterali/matinformativo_eng_off.gif); height: 42px;}
ul#menuSxInternoInfo .matrialeIEng { background: url(../img/eng/materiale_informativo/link_laterali/matinformativo_eng_on.gif); height: 42px;}

ul#menuSxInternoInfo .depliantEng a {background: url(../img/eng/materiale_informativo/link_laterali/depliant_eng_off.gif); height: 42px;}
ul#menuSxInternoInfo .depliantEng { background: url(../img/eng/materiale_informativo/link_laterali/depliant_eng_on.gif);  height: 42px;}

ul#menuSxInternoInfo .audioEng a {background: url(../img/eng/materiale_informativo/link_laterali/audiovideo_eng_off.gif); height: 42px;}
ul#menuSxInternoInfo .audioEng { background: url(../img/eng/materiale_informativo/link_laterali/audiovideo_eng_on.gif);  height: 42px;}

ul#menuSxInternoInfo .photogalleryEng a {background: url(../img/eng/materiale_informativo/link_laterali/photogallery_eng_off.gif); height: 42px;}
ul#menuSxInternoInfo .photogalleryEng { background: url(../img/eng/materiale_informativo/link_laterali/photogallery_eng_on.gif);  height: 42px;}

ul#menuSxInternoInfo .richiediEng a {background: url(../img/eng/materiale_informativo/link_laterali/richiedi_eng_off.gif); height: 42px;}
ul#menuSxInternoInfo .richiediEng { background: url(../img/eng/materiale_informativo/link_laterali/richiedi_eng_on.gif);  height: 42px;}



ul#menuSxInternoInfo .sottomenuChiusuraInfo { background: url(../img/materiale_informativo/curva_chiusuralink.gif);  height: 70px;}


ul#menuSxInternoInfo .selezionatoInfo a { background: none; }








/* MENU  I NOSTRI CONSIGLI */
ul#menuSxInternoConsigli { margin: 0; padding: 0; list-style: none; }
ul#menuSxInternoConsigli li { width: 154px; float: left; }
ul#menuSxInternoConsigli li a { width: 154px; display: block; }
ul#menuSxInternoConsigli li a:hover { background: none; }
ul#menuSxInternoConsigli li a span { display: none; }

ul#menuSxInternoConsigli .sottomenuSpazioCon {height: 14px;}

ul#menuSxInternoConsigli .nostriConsigli a {background: url(../img/nostri_consigli/sottolink/consigli_off.gif); height: 42px;}
ul#menuSxInternoConsigli .nostriConsigli { background: url(../img/nostri_consigli/sottolink/consigli_on.gif); height: 42px;}


ul#menuSxInternoConsigli .linkUtili a {background: url(../img/nostri_consigli/sottolink/linkutili_off.gif); height: 42px;}
ul#menuSxInternoConsigli .linkUtili { background: url(../img/nostri_consigli/sottolink/linkutili_on.gif);  height: 42px;}

ul#menuSxInternoConsigli .nuoveIdee a {background: url(../img/nostri_consigli/sottolink/nuoveidee_off.gif); height: 42px;}
ul#menuSxInternoConsigli .nuoveIdee { background: url(../img/nostri_consigli/sottolink/nuoveidee_on.gif);  height: 42px;}

ul#menuSxInternoConsigli .itinerari a {background: url(../img/nostri_consigli/sottolink/itinerari_off.gif); height: 42px;}
ul#menuSxInternoConsigli .itinerari { background: url(../img/nostri_consigli/sottolink/itinerari_on.gif);  height: 42px;}

ul#menuSxInternoConsigli .pachetti a {background: url(../img/nostri_consigli/sottolink/pacchetti_off.gif); height: 42px;}
ul#menuSxInternoConsigli .pachetti { background: url(../img/nostri_consigli/sottolink/pacchetti_on.gif);  height: 42px;}

ul#menuSxInternoConsigli .golf a {background: url(../img/nostri_consigli/sottolink/golf_off.gif); height: 42px;}
ul#menuSxInternoConsigli .golf { background: url(../img/nostri_consigli/sottolink/golf_on.gif);  height: 42px;}


ul#menuSxInternoConsigli .nostriConsigliEng a {background: url(../img/eng/nostri_consigli/link_laterali/consigli_eng_off.gif); height: 42px;}
ul#menuSxInternoConsigli .nostriConsigliEng { background: url(../img/eng/nostri_consigli/link_laterali/consigli_eng_on.gif); height: 42px;}

ul#menuSxInternoConsigli .linkUtiliEng a {background: url(../img/eng/nostri_consigli/link_laterali/linkutili_eng_off.gif); height: 42px;}
ul#menuSxInternoConsigli .linkUtiliEng { background: url(../img/eng/nostri_consigli/link_laterali/linkutili_eng_on.gif);  height: 42px;}

ul#menuSxInternoConsigli .nuoveIdeeEng a {background: url(../img/eng/nostri_consigli/link_laterali/nuoveidee_eng_off.gif); height: 42px;}
ul#menuSxInternoConsigli .nuoveIdeeEng { background: url(../img/eng/nostri_consigli/link_laterali/nuoveidee_eng_on.gif);  height: 42px;}

ul#menuSxInternoConsigli .itinerariEng a {background: url(../img/eng/nostri_consigli/link_laterali/itinerari_eng_off.gif); height: 42px;}
ul#menuSxInternoConsigli .itinerariEng { background: url(../img/eng/nostri_consigli/link_laterali/itinerari_eng_on.gif);  height: 42px;}

ul#menuSxInternoConsigli .pachettiEng a {background: url(../img/eng/nostri_consigli/link_laterali/pacchetti_eng_off.gif); height: 42px;}
ul#menuSxInternoConsigli .pachettiEng { background: url(../img/eng/nostri_consigli/link_laterali/pacchetti_eng_on.gif);  height: 42px;}

ul#menuSxInternoConsigli .golfEng a {background: url(../img/eng/nostri_consigli/link_laterali/golf_eng_off.gif); height: 42px;}
ul#menuSxInternoConsigli .golfEng { background: url(../img/eng/nostri_consigli/link_laterali/golf_eng_on.gif);  height: 42px;}



ul#menuSxInternoConsigli .sottomenuChiusuraCon { background: url(../img/nostri_consigli/curva_chiusuralink.gif);  height: 70px;}


ul#menuSxInternoConsigli .selezionatoCon a { background: none; }




/* MENU  CONTATTI*/
ul#menuSxInternoContatti { margin: 0; padding: 0; list-style: none; }
ul#menuSxInternoContatti li { width: 154px; float: left; }
ul#menuSxInternoContatti li a { width: 154px; display: block; }
ul#menuSxInternoContatti li a:hover { background: none; }
ul#menuSxInternoContatti li a span { display: none; }

ul#menuSxInternoContatti .sottomenuSpazioCon {height: 14px;}

ul#menuSxInternoContatti .contattiC a {background: url(../img/contatti/sottolink/contatti_off.gif); height: 42px;}
ul#menuSxInternoContatti .contattiC { background: url(../img/contatti/sottolink/contatti_on.gif); height: 42px;}


ul#menuSxInternoContatti .comeArrivare a {background: url(../img/contatti/sottolink/comearrivare_off.gif); height: 42px;}
ul#menuSxInternoContatti .comeArrivare { background: url(../img/contatti/sottolink/comearrivare_on.gif);  height: 42px;}

ul#menuSxInternoContatti .richiediInformazioni a {background: url(../img/contatti/sottolink/richiedinfo_off.gif); height: 42px;}
ul#menuSxInternoContatti .richiediInformazioni { background: url(../img/contatti/sottolink/richiedinfo_on.gif);  height: 42px;}



ul#menuSxInternoContatti .contattiCEng a {background: url(../img/eng/contatti/link_laterali/contatti_eng_off.gif); height: 42px;}
ul#menuSxInternoContatti .contattiCEng { background: url(../img/eng/contatti/link_laterali/contatti_eng_on.gif); height: 42px;}

ul#menuSxInternoContatti .comeArrivareEng a {background: url(../img/eng/contatti/link_laterali/comearrivare_eng_off.gif); height: 42px;}
ul#menuSxInternoContatti .comeArrivareEng { background: url(../img/eng/contatti/link_laterali/comearrivare_eng_on.gif);  height: 42px;}

ul#menuSxInternoContatti .richiediInformazioniEng a {background: url(../img/eng/contatti/link_laterali/richiedinfo_eng_off.gif); height: 42px;}
ul#menuSxInternoContatti .richiediInformazioniEng { background: url(../img/eng/contatti/link_laterali/richiedinfo_eng_on.gif);  height: 42px;}




ul#menuSxInternoContatti .sottomenuChiusuraContatti { background: url(../img/contatti/curva_chiusuralink.gif);  height: 70px;}
ul#menuSxInternoContatti .sottomenuChiusuraContatti2 { background: url(../img/contatti/curva_chiusuralink2.gif);  height: 70px;}
ul#menuSxInternoContatti .sottomenuSpazio { background: url(../img/contatti/mappa_pezzo3.gif);  height: 330px;}


ul#menuSxInternoContatti .selezionatoCon a { background: none; }













