#entersite
{
  display: block;
  width: 300px;
  height: 40px;
  background: url("menuwhole.png") no-repeat 0 0;

}

#entersite:hover
{ 
  background-position: 0 -40px;
}

#entersite span
{
  display: none;
}

#easter
{
  display: block;
  width: 300px;
  height: 25px;
  background: url("images/easterbtn.jpg") no-repeat 0 0;

}

#easter:hover
{ 
  background-position: 0 -25px;
}

#easter span
{
  display: none;
}

