.transMenu {
  position:absolute;
  overflow:hidden;
  left:-1000px;
  top:-1000px;
  }


.transMenu .content {
  position:absolute;
  }

.border {
	border-bottom:1px solid #F9D16A;
}

.transMenu .items {
  position:relative;
  left:0px; top:0px;
  z-index:2;
  }

.transMenu.top .items {
  border-top:none;
  }

.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;

  border:none;
  cursor:pointer;
  cursor:hand;
  }


.transMenu .background {
  position:absolute;
  left:0px; top:0px;
  z-index:1;
  filter:alpha(opacity=100);
  }


.transMenu .shadowRight {
  position:absolute;
  z-index:3;
  top:3px; width:2px;
  filter:alpha(opacity=100);
  }


.transMenu .shadowBottom {
  position:absolute;
  z-index:1;
  left:3px; height:2px;
  filter:alpha(opacity=100);
  }


.transMenu .item.hover {
  background:#F6810D;
  color:black;
  }

.transMenu .item img {
  margin-left:10px;
  }  
  