a#home {
    width: 34px;
    height: 29px;
    background-image: url('images/home.gif');
    display: block;
    text-decoration: none
}

a#home:hover {
    background-position: 0 29px;
}

a#about {
    width: 35px;
    height: 29px;
    background-image: url('images/about.gif');
    display: block;
    text-decoration: none
}

a#about:hover {
    background-position: 0 29px;
}

a#fleet {
    width: 29px;
    height: 29px;
    background-image: url('images/fleet.gif');
    display: block;
    text-decoration: none
}

a#fleet:hover {
    background-position: 0 29px;
}

a#resources {
    width: 62px;
    height: 29px;
    background-image: url('images/resources.gif');
    display: block;
    text-decoration: none
}

a#resources:hover {
    background-position: 0 29px;
}

a#services {
    width: 50px;
    height: 29px;
    background-image: url('images/services.gif');
    display: block;
    text-decoration: none
}

a#services:hover {
    background-position: 0 29px;
}

a#safety {
    width: 36px;
    height: 29px;
    background-image: url('images/safety.gif');
    display: block;
    text-decoration: none
}

a#safety:hover {
    background-position: 0 29px;
}

a#rates {
    width: 33px;
    height: 29px;
    background-image: url('images/rates.gif');
    display: block;
    text-decoration: none
}

a#rates:hover {
    background-position: 0 29px;
}

a#contact {
    width: 45px;
    height: 29px;
    background-image: url('images/contact.gif');
    display: block;
    text-decoration: none
}

a#contact:hover {
    background-position: 0 29px;
}