#home_button { 
width : 56px; 
height : 21px;
background:url(../images/nav_home.gif); 
}

#home_button:hover { 
background:url(../images/nav_home_over.gif); 
}

#about_button { 
width : 97px; 
height : 21px;
background:url(../images/nav_about.gif); 
}

#about_button:hover { 
background:url(../images/nav_about_over.gif); 
}

#services_button { 
width : 74px; 
height : 21px;
background:url(../images/nav_services.gif); 
}

#services_button:hover { 
background:url(../images/nav_services_over.gif); 
}




#industry_button { 
width : 123px; 
height : 21px;
background:url(../images/nav_industry.gif); 
}

#industry_button:hover { 
background:url(../images/nav_industry_over.gif); 
}



#careers_button { 
width : 73px; 
height : 21px;
background:url(../images/nav_careers.gif); 
}

#careers_button:hover { 
background:url(../images/nav_careers_over.gif); 
}




#news_button { 
width : 58px; 
height : 21px;
background:url(../images/nav_news.gif); 
}

#news_button:hover { 
background:url(../images/nav_news_over.gif); 
}



#contact_button { 
width : 97px; 
height : 21px;
background:url(../images/nav_contact.gif); 
}

#contact_button:hover { 
background:url(../images/nav_contact_over.gif); 
}


