.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: 7px 28px 7px 28px !important;  
 font-size: 14px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: normal !important ; 
 color: #FFFFFF !important ;
/* border-bottom: 1px solid #885533 !important;*/
/* border-top: 1px solid #885533 !important;*/
} 
#subwrap 
{
 text-align: left ; 
}
.transMenu .item.hover td
{ 
  background: #CC9977;
}
.transMenu .item { 
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand;
}
.transMenu .background {
 background-color: #885533 !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: #CC9977;
}
.transMenu .item img { 
 margin-left:10px !important ; 
}
table.menu {
 top: 0px; 
 left: 0px; 
 position: relative ; 
 margin:0px !important ;
 border-collapse: collapse;
 z-index: 1; 
}

table.menu td {
 border-right: 1px solid #885533;
 background-color: #885533;
 text-align: center;
}

table.menu td.last {
  border: 0;
}

table.menu a{
 margin:0px !important ; 
 padding-top: 7px;
 padding-left: 28px;
 padding-right: 28px;
 padding-bottom: 7px;
 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; 
 font-weight: normal !important ; 
 color: #FFFFFF !important ; 
 text-decoration: none !important ; 
 margin: 0;
 display:block !important; 
 background-color: #885533;
 line-height: 100%;
}


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

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

#trans-active #menu1 {
  background-color: #885533;
}
 
#trans-active #menu1:hover {
  background-color: #CC9977;
} 
