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

.transMenu .content {
border-top: 0px 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;
 text-align: left !important;
 font-weight: none !important;
}



.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 {
 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 img {
 margin-left:10px;
}





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


