/* 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;
width:50px;
	}

/* 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;
	width:100px;
	}
.transMenu .item td{
font-size:11px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
	color: #0F4A81;
	font-weight:bold;
	/*background-color:#0E5DA1;*/
	background-image:url(images/sumenubg.jpg);
	cursor:pointer;
	cursor:hand;
	border: 1px solid #57B2FF;
	height:28px;
	
	
	
}
.transMenu .item img {
	/*margin-left:10px;*/
display: none;
	}


.transMenu .item.hover td {
font-size:11px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
color: #0F4A81;
font-weight: bold;
/*background: #565656;*/
background-image:url(images/sumenubgrollover.jpg);
border: 1px solid #57B2FF;
}

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




