/*Menu principal*/

/*Hostel*/

a#menu_hostel {

    display:block;

    text-indent:-9999em;

    width:114px;

    height:28px;

	background:url(../img/menu_hostel.gif) top left no-repeat;

}

a#menu_hostel:hover {

    background-position:0 -28px;

}



/*Photos*/

a#menu_photos {

    display:block;

    text-indent:-9999em;

    width:107px;

    height:28px;

	background:url(../img/menu_photos.gif) top left no-repeat;

}

a#menu_photos:hover {

    background-position:0 -28px;

}



/*properties*/

a#menu_properties {

    display:block;

    text-indent:-9999em;

    width:196px;

    height:28px;

	background:url(../img/menu_property.gif) top left no-repeat;

}

a#menu_properties:hover {

    background-position:0 -28px;

}



/*map*/

a#menu_map {

    display:block;

    text-indent:-9999em;

    width:172px;

    height:28px;

	background:url(../img/menu_map.gif) top left no-repeat;

}

a#menu_map:hover {

    background-position:0 -28px;

}



