﻿

/* Menu
-------------------------------------------------------------- */
#menu {
	margin-top: 20px;
	height:50px;
	overflow: hidden;
    margin-bottom:40px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style:none;
        float:right;
}


#menu ul li{
	float: left;
}

#menu ul li a {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 17px;
	position: relative;
	overflow: hidden;
	
}

#menu #home a {
	width: 59px;
	background: url(../images/menu_it/home.png) no-repeat 0 0;
}


#menu #chisiamo a {
	width: 90px;	
	background: url(../images/menu_en/azienda.png) no-repeat 0 0;
}

#menu #comfort a {
	width: 77px;
	background: url(../images/menu_en/comfort.png) no-repeat 0 0;
}

#menu #servizi a {
	width: 80px;
	background: url(../images/menu_en/servizi.png) no-repeat 0 0;
}

#menu #flotta a {
	width: 105px;
	background: url(../images/menu_en/aereo.png) no-repeat 0 0;
}

#menu #sicurezza a {
	width: 78px;
	background: url(../images/menu_en/sicurezza.png) no-repeat 0 0;
}

#menu #tariffe a {
	width: 56px;
	background: url(../images/menu_en/tariffe.png) no-repeat 0 0;
}

#menu #prenotazioni a {
	width: 115px;
	background: url(../images/menu_en/prenotazioni.png) no-repeat 0 0;
}

#menu #contatti a {
	width: 76px;
	background: url(../images/menu_en/contatti.png) no-repeat 0 0;
}

#menu #home a:hover, 
#menu #about a:hover,
#menu #services a:hover, 
#menu #portfolio a:hover,
#menu #contact a:hover
{
    background-position: bottom left;
}

#menu #home.current a, 
#menu #about.current a,
#menu #services.current a, 
#menu #portfolio.current a,
#menu #contact.current a{
    background-position: bottom left;
}


