#section_about #about a { background-position:bottom center;}
#section_rooms #rooms a { background-position:bottom center;}
#section_reservation #reservation a { background-position:bottom center;}
#section_special #special a { background-position:bottom center;}
#section_gallery #gallery a { background-position:bottom center;}
#section_price #price a { background-position:bottom center;}
#about {
   width: 134px;
   height: 33px;
   float: left;
   display: inline;
}
#about a {
   width: 134px;
   height: 33px;
   background-image: url(../img/shared/top_menu/menu_eng/about_us.gif);
   background-position:top center;
   display: block;
}
#about a:hover {
  background-position:bottom center;
}
#rooms {
   width: 134px;
   height: 33px;
   float: left;
   display: inline;
}
#rooms a {
   width: 134px;
   height: 33px;
   background-image: url(../img/shared/top_menu/menu_eng/rooms_rates.gif);
      background-position:top center;
   display: block;
}
#rooms a:hover {
  background-position:bottom center;
}
#reservation {
   width: 134px;
   height: 33px;
   float: left;
   display: inline;
}
#reservation a {
   width: 134px;
   height: 33px;
   background-image: url(../img/shared/top_menu/menu_eng/reservations.gif);
      background-position:top center;
   display: block;
}
#reservation a:hover {
  background-position:bottom center;
}
#special {
   width: 134px;
   height: 33px;
   float: left;
   display: inline;
}
#special a {
   width: 134px;
   height: 33px;
   background-image: url(../img/shared/top_menu/menu_eng/special_offer.gif);
   background-position:top center;
   display: block;
}
#special a:hover {
  background-position:bottom center;
}
#gallery {
   width: 133px;
   height: 33px;
   float: left;
   display: inline;
}
#gallery a {
   width: 133px;
   height: 33px;
   background-image: url(../img/shared/top_menu/menu_eng/gallery.gif);
   background-position:top left;
   display: block;
}
#gallery a:hover {
  background-position:bottom left;
}
#price {
   width: 137px;
   height: 33px;
   float: left;
   display: inline;
}
#price a {
   width: 137px;
   height: 33px;
   background-image: url(../img/shared/top_menu/menu_eng/price_list.gif);
      background-position:top center;
   display: block;
}
#price a:hover {
  background-position:bottom center;
}
