﻿#beer
{
  display: block;
  width: 112px;
  height: 63px;
  background: url("http://www.holgatebrewhouse.com/images/home_beer.gif") no-repeat 0 0;

}

#beer:hover
{ 
  background-position: 0 -63px;
}

#beer span
{
  display: none;
}

#bar_restaurant
{
  display: block;
  width: 139px;
  height: 63px;
  background: url("http://www.holgatebrewhouse.com/images/home_bar_rest.gif") no-repeat 0 0;
}

#bar_restaurant:hover
{ 
  background-position: 0 -63px;
}

#bar_restaurant span
{
  display: none;
}

#accommodation
  {
    display: block;
    width: 183px;
    height: 63px;
    background: url("http://www.holgatebrewhouse.com/images/home_accomm.gif") no-repeat 0 0;
  }

  #accommodation:hover
  {
    background-position: 0 -63px;
  }

  #accommodation span
  {
    display: none;
}
