h1 {
  background:
    transparent
    url('img/h1.gif')
    no-repeat
    scroll
    top left;
  width:263px;
  height:25px;
  overflow:hidden;
  text-indent: -1000em;
}

h2, h3 {
  display:block;
  background-color:transparent;
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:top left;
  overflow:hidden;
  text-indent: -1000em;
  margin-bottom:1em;
}

#report {
  background-image:url('img/h2/report.gif');
  width:227px;
  height:22px;
}

#behavior {
  background-image:url('img/h2/behavior.gif');
  width:232px;
  height:21px;
}

#manager {
  background-image:url('img/h2/manager.gif');
  width:273px;
  height:21px;
}

#behavior_new {
  background-image:url('img/h3/new.gif');
  width:145px;
  height:17px;
}

