#home
{
  display: block;   
  width: 139px;
  height: 25px;
  background: url("/images/home.png") no-repeat 0 0;

}

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

#home span
{
  display: none;
}
#company
{
  display: block;   
  width: 139px;
  height: 25px;
  background: url("/images/company.png") no-repeat 0 0;

}

#company:hover
{ 
  background-position: 0 -25px;
}

#company span
{
  display: none;
}
#service
{
  display: block;   
  width: 139px;
  height: 25px;
  background: url("/images/service.png") no-repeat 0 0;

}

#service:hover
{ 
  background-position: 0 -25px;
}

#service span
{
  display: none;
}
#project
{
  display: block;   
  width: 139px;
  height: 25px;
  background: url("/images/project.png") no-repeat 0 0;

}

#project:hover
{ 
  background-position: 0 -25px;
}

#project span
{
  display: none;
}
#news
{
  display: block;   
  width: 139px;
  height: 25px;
  background: url("/images/news.png") no-repeat 0 0;

}

#news:hover
{ 
  background-position: 0 -25px;
}

#news span
{
  display: none;
}
#brochure
{
  display: block;   
  width: 139px;
  height: 25px;
  background: url("/images/brochure.png") no-repeat 0 0;

}

#brochure:hover
{ 
  background-position: 0 -25px;
}

#brochure span
{
  display: none;
}
#contact
{
  display: block;   
  width: 139px;
  height: 25px;
  background: url("/images/contact.png") no-repeat 0 0;

}

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

#contact span
{
  display: none;
}