/*------------------------------------------------   Mappatura Immagine + Rollover Menu Principale----------------------------------------------------------------------*/
div#map {
	float:left;
	padding-top:64px;
	padding-left:0px;
    width: 705px !important;
    height: 64px;
    text-align: left;
} 
#map ul, #map li {
    margin: 0;
    padding: 0px;
    list-style: none;
	
} 
#map ul {
    position: absolute;
    width: 705px;
    height: 64px;
    overflow: hidden;
    background-image: url("../img/menu.gif");
} 
#map a {
    position: absolute;
    background-image: url("../img/menu.gif");
	
} 
#map li {
    text-indent: -9999 em;
	
	
}
#map #Presentazione a {
    /* Left e top indicano l'area dove deve essere posizionato il tasto */
	left: 0px;
    top: 0px;
    /* Width e height indicano la grandezza dell'area attiva */
    width: 70px;
    height: 64px;
    /* background-position indica la posizione del tasto rispetto all'immagine di background*/
    background-position: -0px -0px;
}
#map #Presentazione a:hover {
    /* background-position indica la posizione del tasto rispetto all'immagine di background del rollover*/
    background-position: -0px -64px;
} 
#map #Flotta a {
    left: 80px;
    top: 0px;
    width: 50px;
    height: 64px;
    background-position: -80px -0px;
}
 #map #Flotta a:hover {
    background-position: -80px -128px;
}


#map #Crociere a {
    left: 130px;
    top: 0px;
    width: 100px;
    height: 64px;
    background-position: -130px -0px;
} 
#map #Crociere a:hover {
    background-position: -130px -192px;
}

 #map #Servizi a {
    left: 210px;
    top: 0px;
    width: 40px;
    height: 64px;
    background-position: -210px -0px;
} 
#map #Servizi a:hover {
    background-position: -210px -256px;
}

 #map #Gallery a {
    left: 260px;
    top: 0px;
    width: 40px;
    height:64px;
    background-position: -260px -0px;
} 
#map #Gallery a:hover {
    background-position: -260px -320px;
}


#map #Speciale a {
    left: 300px;
    top: 0px;
    width: 130px;
    height: 64px;
    background-position: -300px -0px;
} 
#map #Speciale a:hover {
    background-position: -300px -384px;
}

#map #Consigli a {
    left: 430px;
    top: 0px;
    width: 130px;
    height: 64px;
    background-position: -430px -0px;
} 
#map #Consigli a:hover {
    background-position: -430px -448px;
}


 #map #DoveSiamo a {
    left: 560px;
    top: 0px;
    width: 65px;
    height: 64px;
    background-position: -560px -0px;
} 
#map #DoveSiamo a:hover {
    background-position: -560px -512px;
}
 #map #Contatti a {
    left: 645px;
    top: 0px;
    width: 50px;
    height: 64px;
    background-position: -645px -0px;
} 
#map #Contatti a:hover {
    background-position: -645px -576px;
}

