.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: 2px 5px 5px 8px !important;  
 font-size: 11px !important ; 
 font-family: Tahoma !important ; 
 text-align: right!important ; 
 color: #fff!important ; 
}
.transMenu td img {
	display:none;
} 
#subwrap 
{ 
 text-align: left; 
}
.transMenu  .item.hover td
{ 
 color: #FFFFFF !important ; 
}
.transMenu .item { 
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
}
.transMenu .background {
 background-image:none; background-color: #600000 !important ; 
 position:absolute ; 
 left:0px !important ; top:0px; 
 z-index:1; 
 opacity:0.90; 
 color:#fff !important;
 filter:alpha(opacity=85) ;
}
.transMenu .shadowRight { 
 position:absolute ; 
 z-index:3; 
 top:-3000px; width:2px; 
 opacity:0.85; 
 filter:alpha(opacity=85);
 display:none;
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:1; 
 left:-3000px; height:0px; 
 opacity:0.85; 
 filter:alpha(opacity=85);
 display:none;
}
.transMenu .item.hover {
 position:relative ; 
 right:1px !important ;
 background-image:none; background-color: #db9d00 !important ; 
}
html>body .transMenu .item.hover {
 position:inherit ; 
 right:0px !important ;
}
.transMenu .item img { 
 margin:3px 0 0 0px; !important ; 
}
/*table.menu {
 top: 0px; 
 left: 0px; 
 position:relative ; 
 margin:0px !important ; 
 border: 0px solid #FFFFFF ; 
 z-index: 1; 
}*/
table.menu a{
 margin:0px !important ; 
 padding: 3px 9px 7px 5px !important ; 
 display:block !important; 
 position:relative !important ; 
}

div.menu a,
div.menu a:visited,
div.menu a:link {
 width:186px; 
 font-size: 11px !important ; 
 font-family: Tahoma !important ; 
 text-align: right !important ; 
 font-weight: normal !important ; 
 color: #848484 !important ; 
 text-decoration: none !important ; 
 margin-bottom:1px !important ; 
 display:block !important; 
 white-space:nowrap ;
 background:url(../images/menu/bg_rtl.png) 5px bottom no-repeat;
}
div.menu td {
 background-image:none;
} 
div.menu td.last {
} 
#trans-active a{
 color: #FFFFFF !important ; 
 background-image:none;
 background-color: #33CCFF !important ; 
} 
#menu a.hover   { 
	background-position:-200px bottom;
	color:#575b4a !important;
}
#menu span {
 display:none; 
}