/* MENU */
#wrap-menu {
	position: relative;
	left: 5px;
	width: 827px; 
	height: 44px;
}
#wrap-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#wrap-menu ul li { list-style: none; margin: 0; display:inline; float: left; padding: 0 }


li a#hotel { background: url(img/menu/hotel.png); width: 137px; height: 44px; display: block; } 
li a:hover#hotel { background: url(img/menu/hotel.png) center bottom; width: 137px; height: 44px; display: block; }
li a#hotel-curr { background: url(img/menu/hotel.png) center bottom; width: 137px; height: 44px; display: block;  } 

li a#ristorante { background: url(img/menu/ristorante.png); width: 137px; height: 44px; display: block; } 
li a:hover#ristorante { background: url(img/menu/ristorante.png) center bottom; width: 137px; height: 44px; display: block; }
li a#ristorante-curr { background: url(img/menu/ristorante.png) center bottom; width: 137px; height: 44px; display: block;  } 

li a#camere { background: url(img/menu/camere.png); width: 137px; height: 44px; display: block; } 
li a:hover#camere { background: url(img/menu/camere.png) center bottom; width: 137px; height: 44px; display: block; }
li a#camere-curr { background: url(img/menu/camere.png) center bottom; width: 137px; height: 44px; display: block;  } 

li a#listino { background: url(img/menu/listino.png); width: 137px; height: 44px; display: block; } 
li a:hover#listino { background: url(img/menu/listino.png) center bottom; width: 137px; height: 44px; display: block; }
li a#listino-curr { background: url(img/menu/listino.png) center bottom; width: 137px; height: 44px; display: block;  } 

li a#loano { background: url(img/menu/loano.png); width: 137px; height: 44px; display: block; } 
li a:hover#loano { background: url(img/menu/loano.png) center bottom; width: 137px; height: 44px; display: block; }
li a#loano-curr { background: url(img/menu/loano.png) center bottom; width: 137px; height: 44px; display: block;  } 

li a#dovesiamo { background: url(img/menu/dovesiamo.png); width: 137px; height: 44px; display: block; } 
li a:hover#dovesiamo { background: url(img/menu/dovesiamo.png) center bottom; width: 137px; height: 44px; display: block; }
li a#dovesiamo-curr { background: url(img/menu/dovesiamo.png) center bottom; width: 137px; height: 44px; display: block;  } 

