.transMenu {

 position: absolute; 

 overflow:hidden; 

 left:-1000px; 

 top:-1000px; 

}

.transMenu .content {

 position:absolute ; 

}

.transMenu .items {

 position:relative ; 

 left:1px; top:1px; 

 z-index:2; 

  width: 158px;

 border-top: 1px solid #959595; 

}

html*.transMenu .items{
top:0px;
left:0px;
}

*html .transMenu .items {

 top: 0px;

 left: 0;

}

*:first-child+html .transMenu .items {

 top: 0px;

 left: 0;

}



.transMenu  td

{

 padding: 0px 10px 0px 10px !important;  

 font-size: 12px !important ; 

 font-family: Arial, Helvetica, sans-serif !important ; 

 text-align: left !important ; 

 font-weight: normal !important ; 

 color: #5b5c5c !important ; 

 border-bottom: 1px solid #959595; 

 border-left: 1px solid #959595 !important;

 border-right: 1px solid #959595; 

 background-color:#eeeeee;

} 

#subwrap 

{ 

 text-align: left ; 

}

.transMenu  .item.hover td

{ 

 color: #235696 !important ; 

 background-color:#eeeeee;

}

.transMenu .item { 

 height: 24px; 

 line-height: 24px;

 text-decoration: none ; 

 cursor:pointer; 

 cursor:hand; 

}

.transMenu .background {

 background-color: transparent;

 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 {

 color: #004388;

}

.transMenu .item img { 

 margin-left:0px !important ; 

}

table.menu {

 top: 0px; 

 left: 0px; 

 position:relative ; 

 margin:0px !important ; 

 border: 0px none #FFFFFF ; 

 z-index: 1; 

}
/*
*:first-child+html table.menu  {
	position: absolute;
}
*/
table.menu a{

 margin:0px !important ; 

 display:block !important; 

 position:relative !important ; 

}

div.menu a,

div.menu a:visited,

div.menu a:active,

div.menu a:link {

background-color: transparent;

padding-left: 10px;

height: 16px;

 font-size: 13px !important ; 

 font-family: Arial, Helvetica, sans-serif !important ; 

 text-align: left !important ; 

 font-weight: bold !important ; 

 color: #5b5c60 !important ; 

 text-decoration: none !important ; 

 margin-bottom:0px !important ; 

 display:block !important; 

 white-space:nowrap ; 

}



div.menu a:hover {

background-color: transparent;

cursor: pointer;

 font-size: 13px !important ; 

 font-family: Arial, Helvetica, sans-serif !important ; 

 text-align: left !important ; 

 font-weight: bold !important ; 

 text-decoration: none !important ; 

 margin-bottom:0px !important ; 

 display:block !important; 

 white-space:nowrap ; 

}



div.menu td {

 border-bottom: 0px none #FFC819 ; 

 border-top: 0px none #FFC819 ; 

 border-left: 0px none #FFC819 ; 

 padding-left: 1px;

background-color: transparent;

} 



div.menu td.last {

 border-right: 0px none #FFC819 ; 

} 



#trans-active a {

background-color: transparent;

cursor: pointer;

 font-size: 13px !important ; 

 font-family: Arial, Helvetica, sans-serif !important ; 

 text-align: left !important ; 

 font-weight: lighter !important ; 

 color: none !important ; 

 text-decoration: none !important ; 

 margin-bottom:0px !important ; 

 display:block !important; 

 white-space:nowrap ; 

}
