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


/* For first level menu.*/
#wrap {
   margin: 0px;
   padding: 0px;
}
#menu {
}
a.mainlevel-trans:link, a.mainlevel-trans:visited {
color:#FFFFFF;
display:block;
float:left;
font-size:1.1em;
margin-top:-3px;
padding:5px 22px 0pt;
text-decoration:none;
}
a.mainlevel-trans:hover {
display:block; float:left; padding:5px 22px 0 22px; color:#b4d7fb; text-decoration:none; font-size:1.1em;margin-top:-3px;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
display:block; float:left; padding:5px 22px 0 22px; color:#b4d7fb; text-decoration:none; font-size:1.1em;margin-top:-3px;
}
a.mainlevel_active-trans:hover {
display:block; float:left; padding:5px 22px 0 22px; color:#b4d7fb; text-decoration:none; font-size:1.1em;margin-top:-3px;;
}
/* End added */

