#menu {float:right; width:550px; height:70px; padding:0; margin:0; list-style:none; cursor: pointer;}
#menu li {float:left; width:97px; height:69px; position:relative; display:block; margin-right:6px;}
	
#menu li.home {width:97px; height:69px; background:url(bt_home.jpg); overflow:hidden;}
#menu li.home a:hover {width:97px; height:69px; background-image:url(bt_homeover.jpg);}

#menu li.historia {width:97px; height:69px; background:url(bt_historia.jpg); overflow:hidden;}
#menu li.historia a:hover {width:97px; height:69px; background-image:url(bt_historiaover.jpg);}
	
#menu li.tiendas {width:97px; height:69px; background:url(bt_donde.png); overflow:hidden;}
#menu li.tiendas a:hover {width:97px; height:69px; background-image:url(bt_dondeover.png);}

#menu li.hosteleria {width:97px; height:69px; background:url(bt_hosteleria.jpg); overflow:hidden;}
#menu li.hosteleria a:hover {width:97px; height:69px; background-image:url(bt_hosteleriaover.jpg);}

#menu li.productos {width:97px; height:69px; background:url(bt_productos.jpg); overflow:hidden;}
#menu li.productos a:hover {width:97px; height:69px; background-image:url(bt_productosover.jpg);}

#menu li.contacto {width:97px; height:69px; background:url(bt_contacto.jpg); overflow:hidden;}
#menu li.contacto a:hover {width:97px; height:69px; background-image:url(bt_contactoover.jpg); background-repeat: no-repeat;}
		
#menu li a {display:block; width:100%; height:70px; text-decoration:none;}
#menu li a:hover {color:#0080c0;}
