.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: 4px 5px 6px 2px !important;  
 font-size: 11px !important ; 
 font-family: Tahoma !important ; 
 text-align: right!important ; 
 color: #065774 !important ; 
} 
#subwrap 
{ 
 text-align: left; 
}
.transMenu  td img {
	display:none;
}
.transMenu  .item.hover td
{ 
 color: #FFFFFF !important ; 
}
.transMenu .item { 
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
}

/* SUB MENU*/
.transMenu .background {
background-image:none; background-color: #A7D8DF !important ; 
 position:absolute ; 
 left:0px !important ; top:0px; 
 z-index:1; 
 opacity:0.90; 
 color:#065774 !important;
 filter:alpha(opacity=90) ;
}
.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;
}

/* SUB MENU HOVER */
.transMenu .item.hover {
 position:relative ; 
 right:1px !important ;
 background-image:none; background-color: #3995a5 !important ; 
}
html>body .transMenu .item.hover {
 position:inherit ; 
 right:0px !important ;
}
.transMenu .item img { 
 margin:3px 0 0 0px !important ; 
}
table.menu {
	position: relative;
	zoom: 1;
}
table.menu a{
 margin:0px !important ; 
 padding: 3px 5px 6px 5px !important ; 
 display:block !important; 
 position:relative !important ; 
}

div.menu a,
div.menu a:visited,
div.menu a:link {
 font-size: 11px !important ; 
 font-family: Tahoma !important ; 
 text-align: right !important ; 
 font-weight: normal !important ; 
 color: #555 !important ; 
 text-decoration: none !important ; 
 display:block !important; 
 padding: 3px 4px 6px 0 !important;
 border-bottom: 1px dotted #e6e6e6;
 width: 200px;
}
div.menu td {
 background-image:none;
 background: none !important ; 
/*  background-color: #e8e8e8 !important ; */
} 
div.menu td.last a {
	border-bottom: none !important;
} 
#trans-active a{
 color: #FFFFFF !important ; 
 background-image:none;
 background-color: #33CCFF !important ; 
} 
#menu a.hover   { 
	color: #025b79 !important ; 
	background: transparent url(../images/swmenu_bg.png) right 0 repeat-y;
}
#menu span {
 display:none; 
}
