.transMenu {
 position:absolute ; 
 overflow:hidden; 
 left:-1000px; 
 top:-1000px; 
}
.transMenu .content {
 position:absolute  ; 
}
.transMenu .items {
 border: 0px none  ; 
 position:relative ; 
 left:0px; top:0px; 
 z-index:2; 
}
.transMenu
{
 padding: 15px 5px 5px 5px !important;  
 font-size: 25px !important ; /* 17px */
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: bold !important ; 
 color: #935300 !important ;
} 
.transMenu  .item.hover
{ 
 color: #E3001B !important ; 
 font-weight: bold !important ;
}
.transMenu .item { 
 height: 11px; text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
 font-weight: bold !important ;
 }
.transMenu .background {
background-image:none; background-color: #ece9d8 !important ; 
 position:absolute ; 
 left:0px; top:0px; 
 z-index:1; 
 opacity: 2; /* 0.8; */
 filter:alpha(opacity=80) 
}
.transMenu .shadowRight { 
 position:absolute ; 
 z-index:3; 
 top:3px; width:2px; 
 opacity:0.8; 
 filter:alpha(opacity=80)
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:1; 
 left:3px; height:2px; 
 opacity:0.8; 
 filter:alpha(opacity=80)
}
.transMenu .item.hover {
background-image:none; background-color: #B6C8E5 !important ; 
}
.transMenu .item img { 
 margin-left:10px !important ; 
}

