.transMenu {
 position:absolute ; 
 overflow:hidden; 
 left:-1000px; 
 top:-1000px
; 
}
.transMenu .content {
 position:absolute  ; 
}
.transMenu .items {
 position:relative ; 
 left:0px; top:0px; 
 z-index:2;
 width:185px;
}
.transMenu  td
{
 border-bottom: 0px #FFF dashed; 
 padding: 5px 5px 5px 5px !important;  
 font-size: 12px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: center !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:hand; 
}
.transMenu .background {
 background-color: #69A6BC !important ; 
 position:absolute ; 
 left:0px; top:0px; 
 z-index:1; 
 opacity:1; 
 filter:alpha(opacity=100) 
}
.transMenu .shadowRight { 
 position:absolute ; 
 z-index:3; 
 top:-3000px; width:2px; 
 opacity:1; 
 filter:alpha(opacity=100)
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:1; 
 left:-3000px; height:2px; 
 opacity:1; 
 filter:alpha(opacity=100)
}
.transMenu .item.hover {
 background-color: #86BFCE !important ; 
}
.transMenu .item img { 
 margin-left:10px !important ; 
}
table.menu {
 top: 0px; 
 left: 0px; 
 position:relative ; 
 margin:0px !important ;  
 z-index: 1;
}
table.menu a{
 margin:0px !important ; 
 display:block !important; 
 position:relative !important ; 
}
div.menu a,
div.menu a:visited,
div.menu a:link {
 display: inline-block;
 padding: 0px 0px 0px 0px;
 text-decoration: none;
 color: #FFFFFF;
 float:none;
 text-align:center;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 line-height: 26px;
 font-weight: bold;
 top: 5px;
 width:185px;
}
div.menu td {
}
#trans-active a{
 color: #FFFFFF !important ;
} 
#menu a.hover   {
 color: #FFFFFF;
 font-weight: bold;
 width:185px;
 height:26px;
 background-color: #FFFFFF;
 background:url(../../../images/hover_top.png) no-repeat right;
 line-height:36px; 
 top:0px;
}
#menu span {
 display:none; 
}