.transMenu {
 position:absolute ; 
 overflow:hidden; 
 left:-1000px; 
 top:-1000px; 
}
.transMenu .content {
 position:absolute  ; 
}
.transMenu .items {
 border: 0px solid #edfbf6 ; 
 position:relative ; 
 left:0px; top:0px; 
 z-index:2; 
}
.transMenu  td
{
 padding: 5px 5px 5px 5px !important;  
 font-size: 12px !important ; 
 font-family: Georgia, 'Times New Roman', Times, serif !important ; 
 text-align: left !important ; 
 font-weight: normal !important ; 
 color: #edfbf6 !important ;
 border-top: 1px solid #edfbf6 ; 
 border-bottom: 1px solid #edfbf6 ; 
 
} 
#subwrap 
{ 
 text-align: left ; 
}
.transMenu  .item.hover td
{ 
 color: #336666 !important ; 
}
.transMenu .item { 
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
}
.transMenu .background {
 background-color: #336666 !important ; 
 position:absolute ; 
 left:0px; top:0px; 
 z-index:1; 
 opacity:0.9; 
 filter:alpha(opacity=90) 
}
.transMenu .shadowRight { 
 position:absolute ; 
 z-index:3; 
 top:3px; width:2px; 
 opacity:0.9; 
 filter:alpha(opacity=90)
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:1; 
 left:3px; height:2px; 
 opacity:0.9; 
 filter:alpha(opacity=90)
}
.transMenu .item.hover {
 background-color: #edfbf6 !important ; 
}
.transMenu .item img { 
 margin-left:10px !important ; 
}
table.menu {
 top: 0px; 
 left: 0px; 
 position:relative ; 
 margin:0px !important ; 
 border: 2px solid #edfbf6 ; 
 border-left: 0px;
 z-index: 1; 
}
table.menu a{
 margin:0px !important ; 
 padding: 5px 5px 5px 5px !important ; 
 display:block !important; 
 position:relative !important ; 
}
div.menu a,
div.menu a:visited,
div.menu a:link {
 width:130px; 
 font-size: 12px !important ; 
 font-family: Georgia, 'Times New Roman', Times, serif !important ; 
 text-align: left !important ; 
 font-weight: normal !important ; 
 color: #edfbf6 !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 display:block !important; 
/* white-space:nowrap ; */
}
div.menu td {
 border-right: 1px solid #edfbf6 ; 
 border-top: 1px solid #edfbf6 ; 
 /*border-left: 1px solid #edfbf6 ; */
 background-color: #336666 !important ; 
} 
div.menu td.last {
 border-bottom: 1px solid #edfbf6 ; 
} 
#trans-active a{
 color: #336666 !important ; 
 background-color: #edfbf6 !important ; 
} 
#menu a.hover   { 
 color: #336666 !important ; 
 background-color: #edfbf6 !important ; 
}
#menu span {
 display:none; 
}