#navbar img{
   border: none;
}

#navbar img#wh{
   background: url('img/nav_wh.gif');
}

#navbar img#wh:hover {
   background: url('img/nav_wh_b.gif');
}

#navbar img#services{
   background: url('img/nav_services.gif');
}
#navbar img#services:hover {
   background: url('img/nav_services_b.gif');
}

#navbar img#about{
   background: url('img/nav_about.gif');
}
#navbar img#about:hover {
   background: url('img/nav_about_b.gif');
}

#navbar img#contact {
   background: url('img/nav_contact.gif');
}

#navbar img#contact:hover {
   background: url('img/nav_contact_b.gif');
}

#navbar img#support{
   background: url('img/nav_support.gif');
}

#navbar img#support:hover {
   background: url('img/nav_support_b.gif');
}

/* Index Page navbar */
#navbarg img{
    margin:0;
    padding:0;
    border: none;
}


#navbarg img#wh{
   background: url('img/nav_wh.jpg');
}

#navbarg img#wh:hover {
   background: url('img/nav_wh_b.jpg');
}

#navbarg img#services{
   background: url('img/nav_services.jpg');
}
#navbarg img#services:hover {
   background: url('img/nav_services_b.jpg');
}

#navbarg img#about{
   background: url('img/nav_about.jpg');
}
#navbarg img#about:hover {
   background: url('img/nav_about_b.jpg');
}

#navbarg img#contact {
   background: url('img/nav_contact.jpg');
}

#navbarg img#contact:hover {
   background: url('img/nav_contact_b.jpg');
}

#navbarg img#support{
   background: url('img/nav_support.jpg');
}
#navbarg img#support:hover {
   background: url('img/nav_support_b.jpg');
}

