#home
{
  display: block;
  width: 56px;
  height: 30px;
  background: url("/resources/menu/home.gif") no-repeat 0 0;
}
#home:hover
{ 
  background-position: 0 -30px;
}
#home span
{
  display: none;
}

#products
{
  display: block;
  width: 77px;
  height: 30px;
  background: url("/resources/menu/products.gif") no-repeat 0 0;
}
#products:hover
{ 
  background-position: 0 -30px;
}
#products span
{
  display: none;
}


#environmental
{
  display: block;
  width: 107px;
  height: 30px;
  background: url("/resources/menu/environmental.gif") no-repeat 0 0;
}
#environmental:hover
{ 
  background-position: 0 -30px;
}
#environmental span
{
  display: none;
}



#laundry
{
  display: block;
  width: 129px;
  height: 30px;
  background: url("/resources/menu/laundry.gif") no-repeat 0 0;
}
#laundry:hover
{ 
  background-position: 0 -30px;
}
#laundry span
{
  display: none;
}


#nappyfacts
{
  display: block;
  width: 92px;
  height: 30px;
  background: url("/resources/menu/happyfacts.gif") no-repeat 0 0;
}
#nappyfacts:hover
{ 
  background-position: 0 -30px;
}
#nappyfacts span
{
  display: none;
}


#demonstration
{
  display: block;
  width: 112px;
  height: 30px;
  background: url("/resources/menu/demonstration.gif") no-repeat 0 0;
}
#demonstration:hover
{ 
  background-position: 0 -30px;
}
#demonstration span
{
  display: none;
}


#nappaccino
{
  display: block;
  width: 87px;
  height: 30px;
  background: url("/resources/menu/nappaccino.gif") no-repeat 0 0;
}
#nappaccino:hover
{ 
  background-position: 0 -30px;
}
#nappaccino span
{
  display: none;
}


#contact
{
  display: block;
  width: 74px;
  height: 30px;
  background: url("/resources/menu/contact.gif") no-repeat 0 0;
}
#contact:hover
{ 
  background-position: 0 -30px;
}
#contact span
{
  display: none;
}

#links
{
  display: block;
  width: 47px;
  height: 30px;
  background: url("/resources/menu/links.gif") no-repeat 0 0;
}
#links:hover
{ 
  background-position: 0 -30px;
}
#links span
{
  display: none;
}
