.items_position {
  position: absolute;
  top: 250px;
  left: 28px;
}
.items_style {
  margin: 2px 0 0 0;
  width: 144px;
  height: 21px;
  font-family: arial, helvetica, serif;
  font-size: 11px;
  color: #CFDFEF;
  background: url('../images-website/thewireguys-button.gif');
  cursor: pointer;
}
.items_normal {
  height: 21px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #F9E3A6;
  background: inherit;
  padding: 1px 0 0 7px;
  line-height: 20px;
}
.items_active {
  height: 21px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFF3;
  background: inherit;
  padding: 1px 0 0 10px;
  line-height: 20px;
}