.transMenu {
	left: -1000px;
	top: -1000px;
	z-index:1000 !important;
	overflow: hidden;
	position: absolute;
	color:#fff !important;
	margin-left:195px !important;
	margin-top:-30px !important;
}
.transMenu table{	
}
.transMenu .content {
	position: absolute;
}
.transMenu .items {
	z-index: 6;
	left: 0px; 
	position: relative; 
	top: 0px;	
}
.top .items {
	border-top: medium none;
}
.transMenu .item td{
	color:#fff !important;
	border-bottom:1px solid #8e5b5f !important;
	padding:8px !important;
	background: #601319;
}
.transMenu .item {
	z-index:5;
	font:12px Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif !important;
	border-left: medium none;
	cursor: pointer; 
	text-decoration: none;
}
.transMenu .background {
	z-index: 4; 
	left: 0px; 
	position: absolute; 
	top: 0px;
}
.transMenu .shadowRight {
	z-index: 3; 
	width: 0; 
	position: absolute; 
	top: 0;
}
.transMenu .shadowBottom {
	z-index: 1;
	left: 3px;
	position: absolute; 
	height: 0;
}
.transMenu .hover {
	background: #F4C941 !important;
	color: #000 !important;
}
.transMenu .hover td{
	color: #000 !important;
	background: #F4C941 !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;
}

