@charset "utf-8";
/* CSS Document */

/******* MAIN NAVIGATION *******/

#nav_home { display: block; width: 48px; height: 17px; background: url("../images/common/nav/home.png") no-repeat 0 0; float:left; margin-right: 15px; margin-top:3px; }
#nav_home:hover { background-position: 0 -17px; }
#nav_home span { display: none; }

#nav_accommodation { display: block; width: 144px; height: 17px; background: url("../images/common/nav/accommodation.png") no-repeat 0 0; float:left; margin-right: 15px; margin-top:3px; }
#nav_accommodation:hover { background-position: 0 -17px; }
#nav_accommodation span { display: none; }

#nav_whats_new { display: block; width: 112px; height: 17px; background: url("../images/common/nav/whats-new.png") no-repeat 0 0; float:left; margin-right: 15px; margin-top:3px; }
#nav_whats_new:hover { background-position: 0 -17px; }
#nav_whats_new span { display: none; }

#nav_local_area { display: block; width: 97px; height: 17px; background: url("../images/common/nav/local-area.png") no-repeat 0 0; float:left; margin-right: 15px; margin-top:3px; }
#nav_local_area:hover { background-position: 0 -17px; }
#nav_local_area span { display: none; }

#nav_aromatherapy { display: block; width: 121px; height: 17px; background: url("../images/common/nav/aromatherapy.png") no-repeat 0 0; float:left; margin-right: 15px; margin-top:3px; }
#nav_aromatherapy:hover { background-position: 0 -17px; }
#nav_aromatherapy span { display: none; }

#nav_contact { display: block; width: 76px; height: 17px; background: url("../images/common/nav/contact.png") no-repeat 0 0; float:left; margin-right: 15px; margin-top:3px; }
#nav_contact:hover { background-position: 0 -17px; }
#nav_contact span { display: none; }

#nav_blog { display: block; width: 47px; height: 17px; background: url("../images/common/nav/blog.png") no-repeat 0 0; float:left; margin-top:3px; }
#nav_blog:hover { background-position: 0 -17px; }
#nav_blog span { display: none; }

/******* LOCAL AREA *******/

#nav_eating { display: block; width: 280px; height: 204px; background: url("../images/local-area/places-to-eat.png") no-repeat 0 0; float:left; margin-right: 41px;  }
#nav_eating:hover { background-position: 0 -204px; }
#nav_eating span { display: none; }

#nav_walking { display: block; width: 280px; height: 204px; background: url("../images/local-area/walking.png") no-repeat 0 0; float:left; margin-right: 41px;  }
#nav_walking:hover { background-position: 0 -204px; }
#nav_walking span { display: none; }

#nav_local_attractions { display: block; width: 280px; height: 204px; background: url("../images/local-area/local-attractions.png") no-repeat 0 0; float:left;  }
#nav_local_attractions:hover { background-position: 0 -204px; }
#nav_local_attractions span { display: none; }

#nav_bird_watching { display: block; width: 280px; height: 204px; background: url("../images/local-area/bird-watching.png") no-repeat 0 0; float:left; margin-right: 41px;  }
#nav_bird_watching:hover { background-position: 0 -204px; }
#nav_bird_watching span { display: none; }

#nav_astronomy { display: block; width: 280px; height: 204px; background: url("../images/local-area/astronomy.png") no-repeat 0 0; float:left; margin-right: 41px;  }
#nav_astronomy:hover { background-position: 0 -204px; }
#nav_astronomy span { display: none; }

#nav_shopping { display: block; width: 280px; height: 205px; background: url("../images/local-area/shopping.png") no-repeat 0 0; float:left;  }
#nav_shopping:hover { background-position: 0 -205px; }
#nav_shopping span { display: none; }

/* Tourist Board Button */
#tourist-board-button { position: relative; }
#tourist-board-button p { width: 174px; height: 176px; background: url("../images/index/tourist-board-button.png") no-repeat 0 0; position: absolute; top: -117px; left: 504px; }
#tourist-board-button p:hover { background-position: -174px 0px; }
#tourist-board-button p span { display: none; }
