/*--------------------------------------------------------------------------------------*/
/*----------------------------------------jsmenu----------------------------------------*/
/*--------------------------------------------------------------------------------------*/

.transMenu		{ position:absolute; overflow:hidden; left:-1000px; top:-1000px; }
.transMenu .content	{ position:absolute; }
.transMenu .items	{ border: 0px; position:relative; left:0px; top:0px;  z-index:2; }

.transMenu  td
{
	padding: 5px !important;
	font-size: 12px !important; 
	font-family: Verdana, Arial, sans-serif !important; 
	text-align: left !important; 
	font-weight: normal !important; 
	color: #FFFFFF !important; 
} 

.transMenu .item		{text-decoration: none; cursor:pointer;}
.transMenu .item.hover		{background-color: #70B701 !important;}
.transMenu .item img		{margin-left:10px !important;}
.transMenu .background		{background: #333 !important; position: absolute; z-index:1; opacity:0.85; top:0px; left:0px; bottom:0px; right:0px; } 
.transMenu .shadowRight		{background: #404040 !important; position: absolute; z-index:3; opacity:0.85; top:3px; left:0px; bottom:0px; right:0px; width:2px; } 
.transMenu .shadowBottom	{background: #404040 !important; position: absolute; z-index:3; opacity:0.85; top:0px; left:3px; bottom:0px; right:0px; height:2px; }

#trans-active a			{background-image: URL("../img/tdtomenu_active.png");} 
#jsmenu a.hover			{background-image: URL("../img/tdtomenu_active.png");}



