#products
{
  display: block;
  width: 96px;
  height: 50px;
  background: url("../images/products_button.gif") no-repeat 0 0;

}

#products:hover
{ 
  background-position: 0 -50px;
}

#products span
{
  display: none;
}

#cart
{
  display: block;
  width: 96px;
  height: 50px;
  background: url("../images/cart_button.gif") no-repeat 0 0;

}

#cart:hover
{ 
  background-position: 0 -50px;
}

#cart span
{
  display: none;
}

#cart id
{
	display: none;
}

#contact
{
  display: block;
  width: 96px;
  height: 50px;
  background: url("../images/contact_button.gif") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -50px;
}

#contact span
{
  display: none;
}
