@charset "utf-8";
/* CSS Document */

/* ------------------------ Navigation Links ----------------------------------- */

/* --------- home Navigation ---------- */

#home
{
  display: block;
  width: 93px;
  height: 43px;
  background: url("../images/css-navigation/home.png") no-repeat 0 0;
  background-position: 0 -43px;

}

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

#home span
{
  display: none;
}

/* --------- health Pro Navigation ---------- */

#about
{
  display: block;
  width: 128px;
  height: 43px;
  background: url("../images/css-navigation/about.png") no-repeat 0 0;

}

#about:hover
{ 
  background-position: 0 -43px;
}

#about span
{
  display: none;
}

/* --------- qoute Navigation ---------- */

#quote
{
  display: block;
  width: 149px;
  height: 43px;
  background: url("../images/css-navigation/quote.png") no-repeat 0 0;

}

#quote:hover
{ 
  background-position: 0 -43px;
}

#quote span
{
  display: none;
}

/* --------- contact Navigation ---------- */

#contact
{
  display: block;
  width: 147px;
  height: 43px;
  background: url("../images/css-navigation/contact.png") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -43px;
}

#contact span
{
  display: none;
}


/* --------- free-quote Navigation ---------- */

#free-quote
{
  display: block;
  width: 622px;
  height: 87px;
  background: url("../images/css-navigation/free-quote.png") no-repeat 0 0;

}

#free-quote:hover
{ 
  background-position: 0 -87px;
}

#free-quote span
{
  display: none;
}
