@charset "utf-8";
/* CSS Document */

.menu { width:100%; height:30px; background:url(img/bg_menu.png) top left repeat-x; }
#nav img { border:none; }
#nav li { display:inline; list-style:none; }
#nav li a { float:left; display:block; height:30px;}
#nav li a img { border:none; vertical-align:bottom; /* for IE6 */}
#nav li a:hover { visibility:visible; /* for IE6 */ }
#nav li a:hover img { visibility:visible; /* for IE6 */ }
#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

/*#home { background:url(img/home_h.png) no-repeat left bottom; }
#chi_siamo { background:url(img/chi_siamo_h.png) no-repeat left bottom; }
#assistenza { background:url(img/assistenza_h.png) no-repeat left bottom; }
#noleggio { background:url(img/noleggio_h.png) no-repeat left bottom; }
#usato { background:url(img/usato_h.png) no-repeat left bottom; }
#accessori { background:url(img/accessori_h.png) no-repeat left bottom; }
#itinerari { background:url(img/itinerari_h.png) no-repeat left bottom; }*/

#home { background:url(img/home2_h.gif) no-repeat left bottom; }
#chi_siamo { background:url(img/chi_siamo2_h.gif) no-repeat left bottom; }
#assistenza { background:url(img/assistenza2_h.gif) no-repeat left bottom; }
#noleggio { background:url(img/noleggio2_h.gif) no-repeat left bottom; }
#usato { background:url(img/usato2_h.gif) no-repeat left bottom; }
#accessori { background:url(img/accessori2_h.gif) no-repeat left bottom; }
#itinerari { background:url(img/itinerari2_h.gif) no-repeat left bottom; }
#news { background:url(img/news_h.gif) no-repeat left bottom; }

#menu {
	float:left;
	margin:0; 
	padding:0 0 0 15px;
	height:30px;
}
.div {
	float:left;
	width:31px;
	height:30px;
	font-size:1px;
	background:url(img/div_menu_top.png) top left no-repeat;
}

