/* foreclosure search */
a#search {
    display: block;
    width: 232px;
    height: 30px;
    background-image: url(../images/nav/foreclosure-search.gif);
    background-position: 0 0;
    margin: 0px;
}
a#search:hover {
    background-position: 0 -30px;
}
a .alt { display: none; }
/* home */
a#home {
    display: block;
    width: 82px;
    height: 30px;
    background-image: url(../images/nav/home.gif);
    background-position: 0 0;
    margin: 0px;
}
a#home:hover {
    background-position: 0 -30px;
}
a .alt { display: none; }
/* properties */
a#properties {
    display: block;
    width: 110px;
    height: 30px;
    background-image: url(../images/nav/properties.gif);
    background-position: 0 0;
    margin: 0px;
}
a#properties:hover {
    background-position: 0 -30px;
}
a .alt { display: none; }
/* investors */
a#investors {
    display: block;
    width: 104px;
    height: 30px;
    background-image: url(../images/nav/investors.gif);
    background-position: 0 0;
    margin: 0px;
}
a#investors:hover {
    background-position: 0 -30px;
}
a .alt { display: none; }
/* buyers */
a#buyers {
    display: block;
    width: 104px;
    height: 30px;
    background-image: url(../images/nav/buyers.gif);
    background-position: 0 0;
    margin: 0px;
}
a#buyers:hover {
    background-position: 0 -30px;
}
a .alt { display: none; }
/* about us */
a#about-rebema {
    display: block;
    width: 97px;
    height: 30px;
    background-image: url(../images/nav/about.gif);
    background-position: 0 0;
    margin: 0px;
}
a#about-rebema:hover {
    background-position: 0 -30px;
}
a .alt { display: none; }
/* faq */
a#faq {
    display: block;
    width: 68px;
    height: 30px;
    background-image: url(../images/nav/faq.gif);
    background-position: 0 0;
    margin: 0px;
}
a#faq:hover {
    background-position: 0 -30px;
}
a .alt { display: none; }
/* contact */
a#contact-rebema {
    display: block;
    width: 107px;
    height: 30px;
    background-image: url(../images/nav/contact.gif);
    background-position: 0 0;
    margin: 0px;
}
a#contact-rebema:hover {
    background-position: 0 -30px;
}
a .alt { display: none; }