.transMenu .background
{
	background:#3d0000 !important;
}
.top .background
{
	background:#3d0000 !important;
}
.transMenu 
{
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index:1000 !important;	
	overflow: hidden;
	color:#ffffff !important;
	margin:0;
}
.transMenu table
{	
}
.transMenu .content 
{
	position: absolute;
}
.transMenu .items 
{
	z-index: 6;
	left: 0px; 
	position: relative; 
	top: 0px;		
	border-left:1px solid #980000;
	border-right:1px solid #980000;
	border-top:1px solid #980000;
}
.top .items 
{
	
}
.top .item td
{
	color:#fff !important;
	border-bottom:1px solid #980000 !important;
}
.transMenu .item td
{
	color:#fff;
	padding:10px 10px 10px 16px !important;	
	border-bottom:1px solid #980000;
}
.transMenu .item 
{
	z-index:5;
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 	
	font:12px Arial, Helvetica, Verdana, sans-serif !important;
	font-weight:normal !important;
	cursor: pointer; 
	text-decoration: none;
}
.transMenu .background 
{
	z-index: 4; 
	left: 0px; 
	position: absolute; 
	top: 0px;	
}
.transMenu .shadowRight 
{
	display:none;
	z-index: 3; 
	width: 2px; 
	position: absolute; 
	top: 3px;
}
.transMenu .shadowBottom 
{
	display:none;
	z-index: 1; 
	left: 3px; 
	position: absolute; 
	height: 2px;
}
.transMenu .hover 
{
	background: #C62032;
}
.top .hover td
{
	background:#C62032 !important
}
.transMenu .hover td
{
	color: #fff;
}
.top .hover td
{
	color: #fff !important;
}
.transMenu .item img 
{
	margin-left: 10px;
}
.items tr 
{
	visibility:collapse;
}
.items tr  img
{
	display:none;
}
.items tr.item 
{
	visibility:visible
}
.items tr.item  img
{
	display:inline;
}