@charset "UTF-8";
/* CSS Document */


/* HOME BUTTON */

#home_button
{
  display: block;
  float:left;
  width: 80px;
  height: 25px;
  background: url("images/menu/home.jpg") no-repeat 0 0;

}

#home_button.selected
{ 
  background-position: 0 -25px;
}

#home_button:hover
{ 
  background-position: 0 -25px;
}

#home_button span
{
  display: none;
}


/* ABOUT US */


#about_us_button
{
  display: block;
  float:left;
  width: 80px;
  height: 25px;
  background: url("images/menu/about_us.jpg") no-repeat 0 0;

}

#about_us_button.selected
{ 
  background-position: 0 -25px;
}

#about_us_button:hover
{ 
  background-position: 0 -25px;
}

#about_us_button span
{
  display: none;
}



/* OUR PRODUCTS */


#our_products_button
{
  display: block;
  float:left;
  width: 120px;
  height: 25px;
  background: url("images/menu/our_products.jpg") no-repeat 0 0;

}

#our_products_button.selected
{ 
  background-position: 0 -25px;
}

#our_products_button:hover
{ 
  background-position: 0 -25px;
}

#our_products_button span
{
  display: none;
}



/* OUR PEOPLE */


#our_people_button
{
  display: block;
  float:left;
  width: 110px;
  height: 25px;
  background: url("images/menu/our_people.jpg") no-repeat 0 0;

}

#our_people_button.selected
{ 
  background-position: 0 -25px;
}

#our_people_button:hover
{ 
  background-position: 0 -25px;
}

#our_people_button span
{
  display: none;
}



/* OUR PERFORMANCE */


#our_performance_button
{
  display: block;
  float:left;
  width: 130px;
  height: 25px;
  background: url("images/menu/our_performance.jpg") no-repeat 0 0;

}

#our_performance_button.selected
{ 
  background-position: 0 -25px;
}

#our_performance_button:hover
{ 
  background-position: 0 -25px;
}

#our_performance_button span
{
  display: none;
}




/* MEDIA */


#media_button
{
  display: block;
  float:left;
  width: 80px;
  height: 25px;
  background: url("images/menu/media.jpg") no-repeat 0 0;

}

#media_button.selected
{ 
  background-position: 0 -25px;
}

#media_button:hover
{ 
  background-position: 0 -25px;
}

#media_button span
{
  display: none;
}





/* CONTACT */


#contact_button
{
  display: block;
  float:left;
  width: 80px;
  height: 25px;
  background: url("images/menu/contact.jpg") no-repeat 0 0;

}

#contact_button.selected
{ 
  background-position: 0 -25px;
}

#contact_button:hover
{ 
  background-position: 0 -25px;
}

#contact_button span
{
  display: none;
}



/* LINKS */


#links_button
{
  display: block;
  float:left;
  width: 80px;
  height: 25px;
  background: url("images/menu/links.jpg") no-repeat 0 0;

}

#links_button.selected
{ 
  background-position: 0 -25px;
}

#links_button:hover
{ 
  background-position: 0 -25px;
}

#links_button span
{
  display: none;
}

