
#home
{
  display:inline-block;
  width: 122px;
  height: 21px;
  background: url("../images/home.png") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -22px;
}

#home span
{
  display: none;
}

#leadsLink
{
  display:inline-block;
  width: 122px;
  height: 21px;
  background: url("../images/leads.png") no-repeat 0 0;

}

#leadsLink:hover
{ 
  background-position: 0 -22px;
}

#leadsLink span
{
  display: none;
}

#specials
{
  display:inline-block;
  width: 122px;
  height: 21px;
  background: url("../images/specials.png") no-repeat 0 0;

}

#specials:hover
{ 
  background-position: 0 -22px;
}

#specials span
{
  display: none;
}

#about
{
  display:inline-block;
  width: 122px;
  height: 21px;
  background: url("../images/about.png") no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -22px;
}

#about span
{
  display: none;
}

#leads
{
  display:inline-block;
  width: 122px;
  height: 21px;
  background: url("../images/leads_dir.png") no-repeat 0 0;

}

#leads:hover
{ 
  background-position: 0 -22px;
}

#leads span
{
  display: none;
}

#faq
{
  display:inline-block;
  width: 122px;
  height: 21px;
  background: url("../images/faq.png") no-repeat 0 0;

}

#faq:hover
{ 
  background-position: 0 -22px;
}

#faq span
{
  display: none;
}

#contact
{
  display:inline-block;
  width: 122px;
  height: 21px;
  background: url("../images/contact.png") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -26px;
}

#contact span
{
  display: none;
}
