/* English style */
/* Main menu  */
#home {background: url(/images/mainMenu/home.jpg) no-repeat; width:45px;}
#home:hover {background: url(/images/mainMenu/home_ov.jpg) no-repeat; width:45px;}
#about_us {background: url(/images/mainMenu/about_us.jpg) no-repeat;width:68px;}
#about_us:hover {background: url(/images/mainMenu/about_us_ov.jpg) no-repeat;width:68px;}
#teachers {background: url(/images/mainMenu/teachers.jpg) no-repeat;width:68px;}
#teachers_nf {background: url(/images/mainMenu/teachers_nf.jpg) no-repeat;width:68px;}
#calendar {background: url(/images/mainMenu/calendar.jpg) no-repeat; width:69px;}
#calendar_nf {background: url(/images/mainMenu/calendar_nf.jpg) no-repeat;width:69px;}
#contact_us {background: url(/images/mainMenu/contact_us.jpg) no-repeat;width:77px;}
#contact_us:hover {background: url(/images/mainMenu/contact_us_ov.jpg) no-repeat;width:77px;}
#corsi_per_tutti {background: url(/images/mainMenu/corsi_per_tutti.jpg) no-repeat;width:104px;}
#corsi_per_tutti_nf {background: url(/images/mainMenu/corsi_per_tutti_nf.jpg) no-repeat;width:104px;}
#corsi_per_tutti:hover {background: url(/images/mainMenu/corsi_per_tutti_ov.jpg) no-repeat;width:104px;}
#link {background: url(/images/mainMenu/link.jpg) no-repeat;width:37px;}
#link:hover {background: url(/images/mainMenu/link_ov.jpg) no-repeat;width:37px;}
/* La dimensione della barra si calcola sommando la dimensione delle immagini ed
aggiungendo 140px di padding */
#mainMenu ul { width:608px; }

