#section_dining #dining a { background-position:bottom center; }
#section_spa #spa a { background-position:bottom center;}
#section_members #members a { background-position:bottom center; }
#section_news #news a { background-position:bottom center;}

#dining {
   width: 208px;
   height: 35px;
   float: left;
   display: inline;
}
#dining a {
   width: 208px;
   height: 35px;
   background-image: url(../img/shared/bottom_menu/eng/dining.gif);
   display: block;
   background-position:top center;
}
#dining a:hover {
 background-position:bottom center;
}
#spa {
   width: 198px;
   height: 35px;
   float: left;
   display: inline;
}
#spa a {
   width: 198px;
   height: 35px;
   background-image: url(../img/shared/bottom_menu/eng/spa.gif);
   display: block;
   background-position:top center;
}
#spa a:hover {
   background-position:bottom center;
}

#members {
   width: 191px;
   height: 35px;
   float: left;
   display: inline;
}
#members a {
   width: 191px;
   height: 35px;
   background-image: url(../img/shared/bottom_menu/eng/members.gif);
   display: block;
}
#members a:hover {
 background-position:bottom center;
}
#news{
   width: 209px;
   height: 35px;
   float: left;
   display: inline;
}
#news a {
   width: 209px;
   height: 35px;
   background-image: url(../img/shared/bottom_menu/eng/news.gif);
   display: block;
}
#news a:hover {
 background-position:bottom center;
}
