/*
	mod by alex
*/
.transMenu .background
{
	background:#ebebeb !important;
}

.top .background
{
	background:#ebebeb !important;
}


.transMenu 
{
	left: -1000px;
	top: -1000px;
	z-index:1000 !important;
	overflow: hidden;
	position: absolute;
	color:black !important;
	margin-left:-2px;
	margin-top:-8px;
	
}

.transMenu table
{
	
}

.transMenu .content 
{
	position: absolute;
}

.transMenu .items 
{
	z-index: 6;
	left: 0px; 
	position: relative; 
	top: 0px;	
	
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	border-top:1px solid #d2d2d2;
}


.top .items 
{
	border-top: medium none;
}

.top .item td
{
	color:black !important;
	border-bottom:1px solid #d2d2d2 !important;
}

.transMenu .item td
{
	color:black;

	padding-left:16px !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
	padding-right:10px !important;
	
	border-bottom:1px solid #d2d2d2;
}




.transMenu .item 
{

	z-index:5;
	border-right: medium none; 
	border-top: medium none; 
	font:12px Trebuchet MS, Arial, Helvetica, sans-serif !important;
	border-left: medium none; 
	font-weight:normal !important;
	cursor: pointer; 
	text-decoration: none;
}

.transMenu .background 
{
	z-index: 4; 
	opacity:.90;
	filter: alpha(opacity=90); 
	left: 0px; 
	position: absolute; 
	top: 0px; 
	
}
.transMenu .shadowRight 
{
	
	z-index: 3; 
	filter: alpha(opacity=10); 
	opacity:.1; 
	width: 2px; 
	position: absolute; 
	top: 3px; 

}
.transMenu .shadowBottom 
{
	
	z-index: 1; 
	filter: alpha(opacity=10); 
	opacity:.1;
	left: 3px; 
	position: absolute; 
	height: 2px; 

}

.transMenu .hover 
{
	background:white; 
}

.top .hover td
{
	background:white !important
}

.transMenu .hover td
{
	color: black;
}

.top .hover td
{
	color: black !important;
}

.transMenu .item img 
{
	margin-left: 10px;
}




/*
*	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;
}