/* TRANSMENU CSS FOR RHUK_PLANETFALL TEMPLATE*/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	
	}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
padding: 0px;
margin: 0px;


	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	text-indent:0px;
	

	}
.transMenu .item td{
font-size:12px;
text-decoration:none;
font-family:Arial;
	color: #10643B;
	letter-spacing:.08em;
	
	background-color:#C2F3E5;
	cursor:pointer;
	cursor:hand;
	border-bottom:1px solid #2F845A;
	border-left:1px solid #2F845A;
	/*border-right:2px solid #fff;;
	border: 1px solid #BDA775;*/
	font-weight:bold;
	height:28px;
	
	
	
}
.productsRightBg {
	background-color: #EDE38C;
	background-repeat: repeat-x;
}

.transMenu .item img {
	/*margin-left:10px;*/
display: none;
	}


.transMenu .item.hover td {
font-size:12px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
color: #fff;
background: #2F845A;
	letter-spacing:.08em;;
	border-bottom:1px solid #2F845A;
	border-left:1px solid #2F845A;
	
/*	border-right:2px solid #fff;;
border: 1px solid #BDA775;*/
height:28px;
}

/*.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	}
*/