.transMenu {
		 position:absolute ; 
		 overflow:hidden; 
		 left:-1000px; 
		 top:-1000px; 
}

.transMenu .content {
		 position:absolute  ; 
}

.transMenu .items {
		 border: 0px solid #FFFFFF ; 
		 position:relative ; 
		 left:0px; top:0px; 
		 z-index:2; 
}

.transMenu  td {
		 padding: 3px 5px 3px 5px  !important;  
		 font-size: 11px !important ; 
		 font-family: Verdana, Arial, Helvetica, sans-serif !important ; 
		 text-align: left !important ; 
		 font-weight: bold !important ; 
		 color: #FFFFFF !important ;
} 

#subwrap { 
		 text-align: left ; 
}

.transMenu  .item.hover td { 
		 color: #FFFFFF !important ; 
}

.transMenu .item { 
		 text-decoration: none ; 
		 cursor:pointer; 
		 cursor:auto; 
}

.transMenu .background {
		 background-color: #6D9FD2 !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:3px; width:2px; 
		 -moz-opacity:0.85; 
		 filter:alpha(opacity=85); 
}

.transMenu .shadowBottom { 
		 position:absolute ; 
		 z-index:1; 
		 left:3px; height:2px; 
		 -moz-opacity:0.85; 
		 filter:alpha(opacity=85); 
}

.transMenu .item.hover {
		 background-color: #0A5095 !important ; 
}

.transMenu .item img { 
		 margin-left:10px !important ; 
}
