/* Horizontal Navigation */
/* Home style below */
a#home {
    display: block;
    width: 74px;
    height: 34px;
    background-image: url(../images/navigation/home.gif);
    background-position: 0 0;
    margin: 0px;
}
a#home:hover {
    background-position: 0 -34px;
}
a .alt { display: none; 
}
/* About us style below */
a#about-us {
    display: block;
    width: 102px;
    height: 34px;
    background-image: url(../images/navigation/about-us.gif);
    background-position: 0 0;
    margin: 0px;
}
a#about-us:hover {
    background-position: 0 -34px;
}
a .alt { display: none; 
}
/* Contact us style below */
a#contact-us {
    display: block;
    width: 125px;
    height: 34px;
    background-image: url(../images/navigation/contact-us.gif);
    background-position: 0 0;
    margin: 0px;
}
a#contact-us:hover {
    background-position: 0 -34px;
}
a .alt { display: none; 
}
/* Employment us style below */
a#employment {
    display: block;
    width: 126px;
    height: 34px;
    background-image: url(../images/navigation/employment.gif);
    background-position: 0 0;
    margin: 0px;
}
a#employment:hover {
    background-position: 0 -34px;
}
a .alt { display: none; 
}
/* Special Offer style below */
a#special {
    display: block;
    width: 159px;
    height: 34px;
    background-image: url(../images/navigation/special-offers.gif);
    background-position: 0 0;
    margin: 0px;
}
a#special:hover {
    background-position: 0 -34px;
}
a .alt { display: none; 
}
/* Vertical Navigation */
/* Water Damage Restoration style below */
a#water-damage {
    display: block;
    width: 328px;
    height: 49px;
    background-image: url(../images/navigation/water-damage-restoration.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#water-damage:hover {
    background-position: 0 -49px;
}
a .alt { display: none; 
}
/* Fire Damage Clean up style below */
a#fire-damage {
    display: block;
    width: 328px;
    height: 46px;
    background-image: url(../images/navigation/fire-damage-cleanup.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#fire-damage:hover {
    background-position: 0 -46px;
}
a .alt { display: none; 
}
/* Mold Removal and Mold Prevention style below */
a#mold-removal {
    display: block;
    width: 328px;
    height: 44px;
    background-image: url(../images/navigation/mold-removal.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#mold-removal:hover {
    background-position: 0 -44px;
}
a .alt { display: none; 
}
/* Sewage Damage Clean Up style below */
a#sewage-damage {
    display: block;
    width: 328px;
    height: 44px;
    background-image: url(../images/navigation/sewage-damage.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#sewage-damage:hover {
    background-position: 0 -44px;
}
a .alt { display: none; 
}
/* Reconstruction Services style below */
a#reconstruction {
    display: block;
    width: 328px;
    height: 48px;
    background-image: url(../images/navigation/reconstruction-services.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#reconstruction:hover {
    background-position: 0 -48px;
}
a .alt { display: none; 
}
/* Carpet Cleaning and Repair style below */
a#carpet-cleaning {
    display: block;
    width: 328px;
    height: 46px;
    background-image: url(../images/navigation/carpet-cleaning-repair.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#carpet-cleaning:hover {
    background-position: 0 -46px;
}
a .alt { display: none; 
}
/* Catastrophy Response style below */
a#catastrophy {
    display: block;
    width: 328px;
    height: 48px;
    background-image: url(../images/navigation/catastrophy-response.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#catastrophy:hover {
    background-position: 0 -48px;
}
a .alt { display: none; 
}
/* Dry Equipment Rentals style below */
a#rentals {
    display: block;
    width: 328px;
    height: 45px;
    background-image: url(../images/navigation/dry-equipment-rentals.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#rentals:hover {
    background-position: 0 -45px;
}
a .alt { display: none; 
}
/* Insurance Billing style below */
a#insurance {
    display: block;
    width: 328px;
    height: 45px;
    background-image: url(../images/navigation/insurance-billing.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#insurance:hover {
    background-position: 0 -45px;
}
a .alt { display: none; 
}
/* END OF NAV */
