.transMenu .item td  {
  font-family: Trebuchet MS, sans-serif;
  color: #444;
  font-size: 12px;
  text-decoration: none;
  /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
  border-bottom: 2px solid #333;
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  text-transform: uppercase;
  height: 20px;
  vertical-align: middle;
  width: 70px;
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover td {
  color: #FF2D00;
  font-weight: bold;
  font-size: 12px;
}

.item.active0 {
  background-color: white;
  height: 12px;
  vertical-align: middle;
  padding: 2px 0 1px 0;
}

.item.notactive0 {
}

