#nav {
      width: 1050px;
      height: 25px;
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden
  }

  #nav li {
      position: absolute;
      overflow: hidden;
      font-size: 1em;
  }

  #nav li, #nav li * { height: 25px }
  #nav a { display: block; }
  #nav a:hover { display: block; }
  #nav em, #nav span {
      display: block;
      position: absolute;
      top: 0; left: 0;
      z-index: 1;
      cursor: pointer;
  }

  #nav span { display: none }

  #n-home { left: 0px; background: url(../img/nav-home.jpg) no-repeat; }
  #n-home, #n-home * { width: 145px }
  #n-home em { background-position: 0 0; background: url(../img/nav-home.jpg) no-repeat; }
  #n-home:hover em, #n-home span, #home #n-home em { background-position: -23px -49px; background: url(../img/nav-home-on.jpg) no-repeat; }
  
  #n-amenities, #n-amenities * { width: 105px; background: url(../img/nav-amenities.jpg) no-repeat; }
  #n-amenities { left: 145px;  }
  #n-amenities em { background-position: -99px 0; background: url(../img/nav-amenities.jpg) no-repeat; }
  #n-amenities:hover em, #n-amenities span, #amenities #n-amenities em { background-position: -99px -49px; background: url(../img/nav-amenities-on.jpg) no-repeat; }
  
  #n-plans, #n-plans * { width: 154px; background: url(../img/nav-plans.jpg) no-repeat; }
  #n-plans { left: 250px }
  #n-plans em { background-position: -182px 0; background: url(../img/nav-plans.jpg) no-repeat; }
  #n-plans:hover em, #n-plans span, #plans #n-plans em { background-position: -182px -49px; background: url(../img/nav-plans-on.jpg) no-repeat; }
  
  #n-neighborhood, #n-neighborhood * { width: 154px; background: url(../img/nav-neighborhood.jpg) no-repeat; }
  #n-neighborhood { left: 404px }
  #n-neighborhood em { background-position: -280px 0; background: url(../img/nav-neighborhood.jpg) no-repeat; }
  #n-neighborhood:hover em, #n-neighborhood span, #neighborhood #n-neighborhood em { background-position: -280px -49px; background: url(../img/nav-neighborhood-on.jpg) no-repeat; }
  
  #n-gallery, #n-gallery * { width: 154px; background: url(../img/nav-gallery.jpg) no-repeat; }
  #n-gallery { left: 558px }
  #n-gallery em { background-position: -280px 0; background: url(../img/nav-gallery.jpg) no-repeat; }
  #n-gallery:hover em, #n-gallery span, #gallery #n-gallery em { background-position: -280px -49px; background: url(../img/nav-gallery-on.jpg) no-repeat; }
  
  #n-rental, #n-rental * { width: 154px; background: url(../img/nav-rental.jpg) no-repeat; }
  #n-rental { left: 712px }
  #n-rental em { background-position: -280px 0; background: url(../img/nav-rental.jpg) no-repeat; }
  #n-rental:hover em, #n-rental span, #rental #n-rental em { background-position: -280px -49px; background: url(../img/nav-rental-on.jpg) no-repeat; }
  
  #n-contact, #n-contact * { width: 184px; background: url(../img/nav-contact.jpg) no-repeat; }
  #n-contact { left: 866px }
  #n-contact em { background-position: -280px 0; background: url(../img/nav-contact.jpg) no-repeat; }
  #n-contact:hover em, #n-contact span, #contact #n-contact em { background-position: -280px -49px; background: url(../img/nav-contact-on.jpg) no-repeat; }

  #nav .over { text-indent: -999em }
  #nav .over em { background-image: none }