.lightTab {
  position: absolute;
  z-index: 25;
}
.lightTab .left {
  width: 15px;
  height: 28px;
  background: url(../imgs/ls.png);
  filter: expression(fixPNG(this));
}
.lightTab .middle {
  text-align: center;
  height: 28px;
  background: url(../imgs/ms.png) repeat-x;
  filter: expression(fixPNG(this));
  padding-bottom: 8px;
}
.lightTab .middle a {
  font: 11px Arial;
  color: white;
  text-decoration: none;
}
.lightTab .right {
  width: 14px;
  height: 28px;
  background: url(../imgs/rs.png);
  filter: expression(fixPNG(this));
}
.lightTab .overlay {
  width: 16px;
  height: 28px;
  background: url(../imgs/es.png);
  filter: expression(fixPNG(this));
}

