@charset "utf-8";
/* CSS Document */

#home_button
{
  display: block;
  width: 88px;
  height: 35px;
  background: url("images/home_button.gif") no-repeat 0 0;

}

#home_button:hover
{ 
  background-position: 0 -35px;
}

#home_button span
{
  display: none;
}
#about_button
{
  display: block;
  width: 172px;
  height: 35px;
  background: url("images/about_button.gif") no-repeat 0 0;

}

#about_button:hover
{ 
  background-position: 0 -35px;
}

#about_button span
{
  display: none;
}
#portfolio_button
{
  display: block;
  width: 129px;
  height: 35px;
  background: url("images/portfolio_button.gif") no-repeat 0 0;

}

#portfolio_button:hover
{ 
  background-position: 0 -35px;
}

#portfolio_button span
{
  display: none;
}
#services_button
{
  display: block;
  width: 113px;
  height: 35px;
  background: url("images/services_button.gif") no-repeat 0 0;

}

#services_button:hover
{ 
  background-position: 0 -35px;
}

#services_button span
{
  display: none;
}
#testimonials_button
{
  display: block;
  width: 127px;
  height: 35px;
  background: url("images/testimonials_button.gif") no-repeat 0 0;

}

#testimonials_button:hover
{ 
  background-position: 0 -35px;
}

#testimonials_button span
{
  display: none;
}
#contact_button
{
  display: block;
  width: 142px;
  height: 35px;
  background: url("images/contactus_button.gif") no-repeat 0 0;

}

#contact_button:hover
{ 
  background-position: 0 -35px;
}

#contact_button span
{
  display: none;
}
