#ButHome
{
  display: block;
  width: 155px;
  height: 28px;
  background: url("nav/home.gif") no-repeat 0 0;

}

#ButHome:hover
{ 
  background-position: 0 -28px;
}

#ButHome span
{
  display: none;
}

#ButAbout
{
  display: block;
  width: 155px;
  height: 28px;
  background: url("nav/about.gif") no-repeat 0 0;

}

#ButAbout:hover
{ 
  background-position: 0 -28px;
}

#ButAbout span
{
  display: none;
}

#ButMenus
{
  display: block;
  width: 155px;
  height: 28px;
  background: url("nav/menus.gif") no-repeat 0 0;

}

#ButMenus:hover
{ 
  background-position: 0 -28px;
}

#ButMenus span
{
  display: none;
}

#ButPrices
{
  display: block;
  width: 155px;
  height: 28px;
  background: url("nav/prices.gif") no-repeat 0 0;

}

#ButPrices:hover
{ 
  background-position: 0 -28px;
}

#ButPrices span
{
  display: none;
}

#ButRecipes
{
  display: block;
  width: 155px;
  height: 28px;
  background: url("nav/recipes.gif") no-repeat 0 0;

}

#ButRecipes:hover
{ 
  background-position: 0 -28px;
}

#ButRecipes span
{
  display: none;
}

#ButContact
{
  display: block;
  width: 155px;
  height: 28px;
  background: url("nav/contact.gif") no-repeat 0 0;

}

#ButContact:hover
{ 
  background-position: 0 -28px;
}

#ButContact span
{
  display: none;
}
