.sprite.methods_subnav { background: url(/views/layouts/methods_subnav.png?1485823853) no-repeat; }
.sprite.methods_subnav.explore {
  background-position: 0 0;
  width: 340px;
  height: 80px;
}
.sprite.methods_subnav.explore.hover {
  background-position: -350px 0;
  width: 690px;
  height: 80px;
}
.sprite.methods_subnav.compare {
  background-position: 0 -80px;
  width: 340px;
  height: 160px;
}
.sprite.methods_subnav.compare.hover {
  background-position: -350px -80px;
  width: 690px;
  height: 160px;
}
.sprite.methods_subnav.bc_fails {
  background-position: 0 -160px;
  width: 340px;
  height: 240px;
}
.sprite.methods_subnav.bc_fails.hover {
  background-position: -350px -160px;
  width: 690px;
  height: 240px;
}
