/* 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 {
   font-family: Tahoma, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 11px;
   font-weight:bold;
   color:#a09f9f;
   white-space:nowrap;
   display: block;
   width:auto;
   margin: 0px;
   padding: 0px 56px 0px 56px;
   text-align:center;
}
a.mainlevel-trans:hover {
  color:#ffffff;
  text-decoration:underline;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
   font-family: Tahoma, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 11px;
   font-weight:bold;
   color:#ffffff;
   white-space:nowrap;
   display: block;
   width:auto;
   margin: 0px;
   padding: 0px 56px 0px 56px;
   text-align:center;
}
a.mainlevel_active-trans:hover {
  color:#a09f9f;
  text-decoration:underline;
}
/* End added */
