@charset "utf-8";
#about-us {
  display: block;
  width: 130px;
  height: 49px;
  background: url("assets/nav-about-us.png") no-repeat 0 0;
}

#about-us:hover { 
  background-position: 0 -49px;
}

#about-us span {
  display: none;
}
#the-hunts {
  display: block;
  width: 130px;
  height: 49px;
  background: url("assets/nav-the-hunts.png") no-repeat 0 0;
}

#the-hunts:hover { 
  background-position: 0 -49px;
}

#the-hunts span {
  display: none;
}
#lodging {
  display: block;
  width: 130px;
  height: 49px;
  background: url("assets/nav-lodging.png") no-repeat 0 0;
}

#lodging:hover { 
  background-position: 0 -49px;
}

#lodging span {
  display: none;
}
#galleries {
  display: block;
  width: 130px;
  height: 49px;
  background: url("assets/nav-galleries.png") no-repeat 0 0;
}

#galleries:hover { 
  background-position: 0 -49px;
}

#galleries span {
  display: none;
}
#field-blog {
  display: block;
  width: 130px;
  height: 49px;
  background: url("assets/nav-field-blog.png") no-repeat 0 0;
}

#field-blog:hover { 
  background-position: 0 -49px;
}

#field-blog span {
  display: none;
}
#friends {
  display: block;
  width: 130px;
  height: 49px;
  background: url("assets/nav-friends.png") no-repeat 0 0;
}

#friends:hover { 
  background-position: 0 -49px;
}

#friends span {
  display: none;
}
#contact-us {
  display: block;
  width: 128px;
  height: 49px;
  background: url("assets/nav-contact-us.png") no-repeat 0 0;
}

#contact-us:hover { 
  background-position: 0 -49px;
}

#contact-us span {
  display: none;
}
