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


#home
{
  display:inline-block;
  width: 60px;
  height: 36px;
  background: url("images/home.jpg") no-repeat 0 0;

}

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

#home span
{
  display: none;
}

.company
{
  display: inline-block;
  width: 124px;
  height: 36px;
  background: url("images/company.jpg") no-repeat 0 0;

}

.company:hover
{ 
  background-position: 0 -36px;
}

.company span
{
  display: none;
}

#services
{
  display:inline-block;
  width: 75px;
  height: 36px;
  background: url("images/services.jpg") no-repeat 0 0;

}

#services:hover
{ 
  background-position: 0 -36px;
}

#services span
{
  display: none;
}

#quotes
{
  display:inline-block;
  width: 148px;
  height: 36px;
  background: url("images/quotes.jpg") no-repeat 0 0;

}

#quotes:hover
{ 
  background-position: 0 -36px;
}

#quotes span
{
  display: none;
}

