﻿/*
	mod by alex
*/


.transMenu {
	left: -1000px;
	top: -1000px;
	z-index:1000 !important;
	overflow: hidden;
	position: absolute;
	color:black !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:#616161 !important;
	
	border-top:1px solid #e4e4e4 !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
	padding-left:8px !important;
	padding-right:8px !important;
}
.transMenu .item {

	z-index:5;
	border-right: medium none; 
	border-top: medium none; 
	font:11px Arial, Helvetica, sans-serif !important;
	border-left: medium none; 
	font-weight:normal !important;
	cursor: pointer; 
	text-decoration: none;
}
.transMenu .background {
	z-index: 4; 
	filter: alpha(opacity=95); 
	-moz-opacity:.95; 
	left: 0px; 
	position: absolute; 
	top: 0px; 
	moz-opacity: .95;
}
.transMenu .shadowRight {
	z-index: 3; 
	filter: alpha(opacity=30); 
	-moz-opacity:.3; 
	width: 2px; 
	position: absolute; 
	top: 3px; 
	moz-opacity: .3;
}
.transMenu .shadowBottom {
	z-index: 1; 
	filter: alpha(opacity=30); 
	-moz-opacity:.3; 
	left: 3px; 
	position: absolute; 
	height: 2px; 
	moz-opacity: .3;;
}
.transMenu .hover {
	background: #fbfbbf; 
}

.transMenu .hover td{
	color: #000000 !important;
}

.transMenu .item img {
	margin-left: 10px;
}



.items
{
	border:1px solid #e4e4e4;
	border-bottom:0px
}


/*
*	fix the crap above and below...
*	wow.. make sure you don't inherit display for tr.item, 
*	Internet Explorer will literally soil him self infront of your eyes.. man i love that internet exploiter - alex
*/
.items tr 
{
	visibility:collapse;
}

.items tr  img
{
	display:none;
}

.items tr.item 
{
	visibility:visible
}

.items tr.item  img
{
	display:inline;
}