.transMenu 
	{
 	position:absolute ; 
 	overflow:hidden; 
 	left:-1000px; 
 	top:-1000px; 
	}
	
.transMenu .content 
	{
 	position:absolute  ; 
	}
	
.transMenu .items 
	{
 	border: 0px solid #FFFFFF ; 
 	position:relative ; 
 	left:0px; top:0px; 
 	z-index:2; 
	}
	
.transMenu td
	{
	line-height:25px;
 	font-size: 14px; 
 	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif; 
 	text-align: left ; 
 	color: #000000 ; 
	background:#f3f4f6;
	border:1px solid #ddd;
	} 
	
#subwrap 
	{ 
 	text-align: left ; 
	}
	
.transMenu  .item.hover td
	{ 
 	color: #fff; 
	background:#F90;
	}
	
.transMenu .item 
	{ 
 	text-decoration: none ; 
 	cursor:pointer; 
 	cursor:hand; 
	}
	
.transMenu .background 
	{
	background-image:none; 
 	position:absolute ; 
 	left:0px; top:0px; 
 	z-index:1; 
 	opacity:0.85; 
 	filter:alpha(opacity=85) 
	}
	
.transMenu .shadowRight 
	{ 
 	position:absolute ; 
 	z-index:3; 
 	top:-3000px; width:2px; 
 	opacity:0.85; 
 	filter:alpha(opacity=85)
	}

.transMenu .shadowBottom 
	{ 
 	position:absolute ; 
 	z-index:1; 
 	left:-3000px; height:2px; 
 	opacity:0.85; 
 	filter:alpha(opacity=85)
	}

.transMenu .item.hover 											/*  submenu */
	{
	background-image:none; 
	background-color: #ccc; 
	border:1px solid #ccc;
	color:#fff;
	}

.transMenu .item img 
	{ 
 	margin-left:10px; 
	}
	
table.menu 
	{
 	top: 0px; 
 	left: 0px; 
 	position:relative ; 
 	margin:0px; 
 	border: 0px solid #FFFFFF ; 
 	z-index: 1; 
	}
	
table.menu a
	{
 	margin:0px; 
 	padding: 3px 5px 4px 5px ; 
 	display:block; 
 	position:relative; 
	}

div.menu a,
div.menu a:visited,
div.menu a:link 
	{
 	
 	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif; 
 	text-align: left; 
 	font-weight: normal; 
 	color: #404; 
 	text-decoration: none; 
 	margin-bottom:0px ; 
 	display:block ; 
 	white-space:nowrap ; 
	}

div.menu td 
	{
 	border-right: 0px dashed #FFC819 ; 
 	border-top: 0px dashed #FFC819 ; 
 	border-bottom: 0px dotted #ccc ; 
	background:url(../images/leftnav_bg_up.gif) no-repeat top;
	text-indent:20px;
	} 
	
div.menu td:hover
	{
	background:#ff9900 url(../images/leftnav_bg_h.gif) top;
	text-indent:20px;
	}

div.menu td.last 
	{
 	border-bottom: 0px dotted #ccc ; 
	} 

#trans-active
	{
	background:#ff9900 url(../images/leftnav_bg_h.gif) ;
	} 
	
#trans-active a
	{
 	color: #FFF; 
	} 
	
#menu a.hover   
	{ 
	color:#fff; 
	background:#ff9900 url(../images/leftnav_bg_h.gif) ;
	}

#menu span 
	{
 	display:none; 
	}
