/* CSS Document */

.transMenu {
 position:absolute ;
 overflow:hidden;
 left:-1000px;
 top:-1000px;
}
.transMenu .content {
 position:absolute  ;
}
.transMenu .items {
 width: 120px; border: 0px none #333333 ;
 position:relative ;
 left:0px; top:0px;
 z-index:2;
}
.transMenu  td
{
 padding: 5px 5px 5px 5px !important;
 font-size: 12px !important ;
 font-family: Arial, Helvetica, sans-serif !important ;
 text-align: left !important ;
 font-weight: normal !important ;
 background: url(../images/background/pmenu.gif) repeat-x top left !important ;
 color: #333333 !important ;
}
#subwrap
{
 text-align: left ;
}
.transMenu  .item.hover td
{
  color:#ED7F0F !important ;
  background: #0B0C0B url(pback3.jpg) repeat-x top left;
}
.transMenu .item {
 text-decoration: none ;
 cursor:pointer;
 cursor:hand;
}
.transMenu .background {
 background-color: #202020 !important ;
 background: #0B0C0B url(pback3.jpg) repeat-x top left;
 position:absolute ;
 left:0px; top:0px;
 z-index:1;
 -moz-opacity:0.8;
 filter:alpha(opacity=50)
}
.transMenu .shadowRight {
 position:absolute ;
 z-index:3;
 top:3px; width:2px;
 -moz-opacity:0.5;
 filter:alpha(opacity=50)
}
.transMenu .shadowBottom {
 position:absolute ;
 z-index:1;
 left:3px; height:2px;
 -moz-opacity:0.5;
 filter:alpha(opacity=50)
}
.transMenu .item.hover {
 background-color: #202020 !important ;
 color:#ED7F0F !important ;
 background: #0B0C0B url(pback3.jpg) repeat-x top left;

}
.transMenu .item img {
 margin-left:10px !important ;
}
table.menu {
 top: 0px;
 left: 0px;
 position:relative ;
 margin:0px !important ;
 border: 0px none #202020 ;
 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 {

 height:12px;
 font-size: 12px !important ;
 font-family: Arial, Helvetica, sans-serif !important ;
 text-align: left !important ;
 font-weight: normal !important ;
 color: #333333 !important ;
 text-decoration: none !important ;
 margin-bottom:0px !important ;
 display:block !important;
 white-space:nowrap ;
}

div.menu td {
 border-bottom: 0px none #202020 ;
 border-top: 0px none #202020 ;
 border-left: 0px none #202020 ;
 background-color: #202020 !important ;
}
div.menu td.last {
 border-right: 0px none #202020 ;
}
#trans-active a{
 color: #ED7F0F !important ;
 background-color: #202020 !important ;
 font-weight: bold !important ;
}
#menu a.hover   {
 color:#ED7F0F !important ;
 background-color: #202020 !important ;
}
#menu span {
 display:none;
}

