.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;
  text-align: left; 
  font-weight: normal; 
  color: #FFFFFF;
  font-style: normal;
} 

#subwrap 
{
 text-align: left ; 
}
.transMenu .item.hover td
{ 
  background: #C6B79A;
}
.transMenu .item { 
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand;
}
.transMenu .background {
 background-color: #83342f !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: #C6B79A;
}
.transMenu .item img { 
 margin-left: 10px; 
}
table.menu {
 top: 0px; 
 left: 0px; 
 position: relative ; 
 margin:0px !important ;
 border-collapse: collapse;
 z-index: 1; 
}

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

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

table.menu a {
 margin: 0; 
 padding-top: 7px;
 padding-left: 28px;
 padding-right: 28px;
 padding-bottom: 7px;
 display: block; 
 position: relative; 
}

div.menu a,
div.menu a:visited,
div.menu a:link {
  font-size: 14px;
  font-style: normal;
  color: #FFFFFF; 
  text-decoration: none; 
  margin: 0;
  display: block; 
  background-color: #83342f;
  line-height: 100%;
}

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

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

#trans-active #menu1 {
  background-color: #83342f;
}
 
#trans-active #menu1:hover {
  background-color: #C6B79A;
} 
