.transMenu {
margin-left: 10px;
margin-top: 125px;
}

.transMenu .content {
border-top: 4px solid #ed1c24;
 position:absolute;
}


.transMenu .items {
 
 border: 0px solid #FFFFFF;
 position:relative;
 left:0px; top:0px;
 z-index:2;
}




.transMenu  td
{

 height:15px;
 padding: 5px 3px 6px 7px !important;
 font-size: 14px !important;
 font-family:  Tahoma, Arial, Sans-serif;
 text-align: left !important;
 font-weight: none !important;
 color: #ed1c24 !important;
 BORDER-bottom: #97999c 1px solid;
}

.transMenu  .item.hover td
{
 color: #FFFFFF !important;
background-color: #97999c;
}



.transMenu .item {

 text-decoration: none;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */

 cursor:pointer;
 cursor:hand;
}

.transMenu .background {
BORDER-BOTTOM: #d2d2d2 1px solid; BORDER-LEFT: #d2d2d2 1px solid; BORDER-RIGHT: #d2d2d2 1px solid; BORDER-TOP: #d2d2d2 1px solid;
  background-color: #FFFFFF!important;
 position:absolute;
 left:0px; top:0px;
 z-index:1;
 -moz-opacity:0.85;
 filter:alpha(opacity=85)
}

.transMenu .shadowRight {
 position:absolute;
 z-index:-3;
top:4px; width:3px;
 -moz-opacity:0.0;
 filter:alpha(opacity=0);
background-color:#000000;
}

.transMenu .shadowBottom {
 position:absolute;
 background-color:#000000;
 z-index:1;
 left:3px; height:3px;
 -moz-opacity:0.0;
 filter:alpha(opacity=0)
}

.transMenu .item.hover {
 background-color: #FFFFFF;
}

.transMenu .item img {
 margin-left:10px;
}





.transMenu {
 position:absolute;
 overflow:hidden;
 left:-1000px;
 top:-1000px;
}


