@charset "utf-8";
/* CSS Document */

#buttondata
{
  display: block;
  width: 107px;
  height: 20px;
  background: url("images/button_data.jpg") no-repeat 0 0;

}

#buttondata:hover
{ 
  background-position: 0 -20px;
}

#buttondata span
{
  display: none;
}

#buttoncoshh
{
  display: block;
  width: 107px;
  height: 20px;
  background: url("images/button_coshh.jpg") no-repeat 0 0;

}

#buttoncoshh:hover
{ 
  background-position: 0 -20px;
}

#buttoncoshh span
{
  display: none;
}