a:link    {text-decoration:none;color:#000000;background-color:transparent}
a:visited {text-decoration:none;color:#000000;background-color:transparent}
a:hover   {text-decoration:none;color:#FF0000;background-color:transparent}
a:active  {text-decoration:none;color:#FF0000;background-color:transparent}

#aboutUs
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("aboutus.gif") no-repeat 0 0;

}

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

#aboutUs span
{
  display: none;
}

#contactUs
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("contactus.gif") no-repeat 0 0;

}

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

#contactUs span
{
  display: none;
}

#locationHours
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("locationhours.gif") no-repeat 0 0;

}

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

#locationHours span
{
  display: none;
}

#ratesServices
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("ratesservices.gif") no-repeat 0 0;

}

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

#ratesServices span
{
  display: none;
}

#home
{
  display: block;
  width: 150px;
  height: 40px;
  background: url("home.gif") no-repeat 0 0;

}

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

#home span
{
  display: none;
}
