a.mushrooms		{
display: block;
width: 73px;
height: 72px;
background: url("../images/mush_but.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.mushrooms {
background-position: -73px 0;
}

a.compost	{
display: block;
width: 73px;
height: 72px;
background: url("../images/comp_but.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.compost {
background-position: -73px 0;
}

a.recipe		{
display: block;
width: 73px;
height: 72px;
background: url("../images/reci_but.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.recipe {
background-position: -73px 0;
}

a.tour	{
display: block;
width: 73px;
height: 72px;
background: url("../images/tour_but.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.tour {
background-position: -73px 0;
}

a.news		{
display: block;
width: 73px;
height: 72px;
background: url("../images/news_but.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.news {
background-position: -73px 0;
}

a.buckets		{
display: block;
width: 73px;
height: 72px;
background: url("../images/buck_but.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.buckets {
background-position: -73px 0;
}
