.transMenu {
 position:absolute ; 
 overflow:hidden; 
 left:-1000px; 
 top:-1000px; 
}
.transMenu .content {
 position:absolute  ; 
}
.transMenu .items {
 width: 128px;
 position:relative ; 
}
.transMenu  td
{
 padding: 10px 5px 10px 5px !important;  
 font-size: 11px !important ; 
 font-family: Times New Roman;  
 text-align: left !important ; 
 font-weight: normal !important ; 
 color: #231B34 !important ; 
 border: 1px solid #DDDDFF ;
 background-color: #EAEAFF !important ; 
 text-transform:uppercase;
} 
#subwrap 
{ 
 text-align: left ; 
}
 .transMenu  .item.hover td { 
 color: #666666 !important ; 
}
.transMenu .item { 
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
}
.transMenu .background {
 background-color: #FFFFFF !important ; 
 position:absolute ;  
 z-index:1; 
 opacity:1; 
 filter:alpha(opacity=0);
}
.transMenu .shadowRight { 
 position:absolute ; 
 z-index:3; 
 top:-3000px; width:2px; 
 opacity:0.85; 
 filter:alpha(opacity=85);
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:1; 
 left:-3000px; height:2px; 
 opacity:0.85; 
 filter:alpha(opacity=85)
}
.transMenu .item img { 
 margin-left:10px !important ; 
}
table.menu {
 position:relative ;  
 z-index: 1; 
}
table.menu a{ 
 padding: 11px 36px 12px 36px !important ; 
 display:block !important; 
 position:relative !important ; 
}
div.menu a,
div.menu a:visited,
div.menu a:link {
 font-size: 11px !important ; 
 font-family: Times New Roman; 
 text-align: left !important ; 
 font-weight: normal !important ; 
 color: #000000 !important ; 
 display:block !important; 
 white-space:nowrap ; 
 border-left: 1px solid #EAEAFF ;
 border-right: 1px solid #D2D2FF ;
 text-transform:uppercase;
}
div.menu a:hover {
 background-color: #EAEAFF !important;
 color: #666666 !important ; 
}