.transMenu .item td  {
  color: #444;
  background-color: #1AC4A6;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
  border: none;
  cursor: pointer;
  cursor: hand;
}

/* 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,
.transMenu .item.hover td a {
  background-color: #1A54A6;
  color: moccasin;
  font-weight: normal;
  font-size: 10px;
}

.item.active1 {
}

.item.notactive1 {
}


