/* 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;
	}

/* 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;
	background-color: #0B54A5;
	left:0px; top:0px;
	width: 220px;		 
	z-index:2;
	/* text-indent:5px; */
	/*line-height: 25px; */
	}
	
.transMenu.top .items {
	border-bottom: 1px solid #5C83B9;
	border-right: 1px solid #5C83B9;	
	border-left: 1px solid #17397F;	
	padding: 0	10px;
	z-index: 3;		
	}

/* each TR.item is one menu item */
.transMenu .item{
    font-size:11px;
	font-family: Tahoma;
    text-decoration:underline;
	font-weight:normal;
	color: #9DD7FF;
    margin: 0px;
	display:block;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;	
	padding: 5px 0px 5px 1px;	
	border-bottom: 1px dotted #FFF;
	}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {	
	position:absolute;			
	left:0px; top:0px;
	z-index:1;	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
	-moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	background-color: black;	
	top:3px; width:5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background-color: #0381cb;	
}

.transMenu .item.hover td {	
	background-color: #0381cb;	
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
	
.transMenu .item#active {
	background:#01affa;
	color:black;	
	}
	
.transMenu .item#active.hover {
	background:#037398;
	}
	
.transMenu .item td{
	color:#9DD7FF;	
	font-weight:bold;
	white-space: normal;
	word-wrap: break-word;
}
/* For first level menu.*/
#wrap {
   position: absolute;  
   width: 850px;   
   margin: 0;
   padding: 0; 
}

#menu {	
	padding-left: 40px;	
}

a.mainlevel-trans:link, a.mainlevel-trans:visited {
   font-family: Trebuchet MS;
   text-decoration:underline;
   letter-spacing: 0px;
   font-size: 15px;
   font-weight: bold;   
   color:#FFF;
   white-space:nowrap;  
   line-height: 30px;   
   display: block; 
   height: 30px;
   width:auto;
   margin: 0px;
   padding: 0 10px;
}
a.mainlevel-trans:hover {
	color:#ADD0FF;
	margin: -1px -1px 0	-1px;
	background-color: #0B54A5;
	border-bottom: none;
	border-right: 1px solid #5C83B9;
	border-top: 1px solid #17397F;
	border-left: 1px solid #17397F;
}

a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
	font-family: Trebuchet MS;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
	color:#93B5EC;
	white-space:nowrap;
	line-height: 30px;  
	display: block;
	height: 30px;
	width:auto;
	margin: 0px;
	padding: 0 10px;
}
a.mainlevel_active-trans:hover {
	color:#A1CCFF;
	background-color: #0B54A5;
	border-bottom: none;
	margin: -1px -1px 0	-1px;
	border-right: 1px solid #5C83B9;
	border-top: 1px solid #17397F;
	border-left: 1px solid #17397F;
}
/* End added */

.crutch { /* hiding bottom dotted underline */
	background-color:#0B54A5;
	height:2px;
	left: 1px;
	position:relative;
	top: -3px;
	width: 95%;
	z-index:4;
}
* html .crutch  {	
	display: none;
}
