
.transMenu {
 position:absolute ; 
 overflow:hidden; 
 left:-1000px; 
 top:-1000px; 
}
.transMenu .content {
 position:absolute  ; 
}
.transMenu .items {
 position:relative ; 
 background: #1F150C;
 left:0px; top:0px; 
 z-index:2; 
 width: 60px;
}
*html .transMenu .items {
 top: 0px;
}
*:first-child+html .transMenu .items {
 top: 0px;
}

.transMenu  td
{
 padding: 0px 10px 0px 10px !important;  
 font-size: 11px !important ; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-align: left !important ; 
 font-weight: bold !important ; 
 color: #fff; !important ; 
 border-bottom: 1px solid #959595; 
 background: #1F150C;
 z-index: 10000;
} 

#subwrap 
{ 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
 text-align: left ; 
}

.transMenu  .item.hover td
{ 
 color: #fff !important ; 

}
.transMenu .item { 
 height: 24px; 
 line-height: 24px;
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
 width: 50px;
}
.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 {
height: 28px;
line-height: 28px;
 position:relative ; 
 margin:0px !important ; 
 border: 0px none #FFFFFF ; 
 z-index: 1; 
 float: left;
}
table.menu a{
 margin:0px !important ; 
 display:block !important; 
 position:relative !important ; 
}

div.menu a,
div.menu a:visited,
div.menu a:link {
	background: #1F150C;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B1B0AD;
}

div.menu a:hover {
	text-decoration: none;
}

#trans-active a {
	background: #FBFAF8;
	color:#302F2D;
}

div.menu td {
 border-bottom: 0px none #FFC819 ; 
 border-top: 0px none #FFC819 ; 
 border-left: 1px solid #FFF ; 

} 

div.menu td:first-child {
	background: none;
}

div.menu td.last {
 border-right: 0px none #FFC819 ; 
} 

