.transMenu {
 position: absolute ; 
 overflow: hidden; 
 left: -999px; 
 top: -999px; 
}
.transMenu .content {
 position: absolute  ; 
}
table.items {
 border-collapse: collapse;
 position: relative ;
 left: 0px;
 top: 0px; 
 z-index: 2;
}
table.items  td
{
 padding: 10px 22px 10px 22px !important;  
 font-size: 14px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: normal !important ; 
 color: #FFFFFF !important ;
 border: 1px solid #425A42 !important; 
} 
#subwrap 
{
 text-align: left ; 
}
.transMenu .item.hover td
{ 
  background: #A3B18D;
}
.transMenu .item { 
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand;
}
.transMenu .background {
 background-color: #728D6E !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: #A3B18D;
}
.transMenu .item img { 
 margin-left:10px !important ; 
}
table.menu {
 top: 0px; 
 left: 0px; 
 position: relative ; 
 margin:0px !important ;
 border-collapse: collapse;
 border: 1px solid #425A42 ; 
 z-index: 1; 
}

table.menu td {
 border: 1px solid #425A42;
}

table.menu a{
 margin:0px !important ; 
 padding: 10px 19px 10px 19px !important ; 
 display:block !important; 
 position:relative !important ; 
}
div.menu a,
div.menu a:visited,
div.menu a:link {
 font-size: 14px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: normal !important ; 
 color: #FFFFFF !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 display:block !important; 
 white-space:nowrap ; 
 background-color: #728D6E;
}


#menu .hover {
  background-color: #A3B18D;
}

#trans-active a {
  background-color: #A3B18D;
}

#trans-active #menu1 {
  background-color: #728D6E;
}
 
#trans-active #menu1:hover {
  background-color: #A3B18D;
} 
