/* 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;
	background: transparent;
}
/* 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;
	background: transparent;
}

/* 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:5px;
	background    :#BEE7FC;
}
.transMenu.top .items {
	border-top:none;
	border-collapse:collapse;
  border-spacing:0;
}

/* each TR.item is one menu item */
.transMenu .item{
  font-family: Tahoma, Verdana, Arial;
  font-size:10px;
  text-decoration:none;
	font-weight:bold;
  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;
	border-bottom: 0px dotted #000;
	border-collapse:collapse;
  border-spacing:0;
}
/* 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;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	border-collapse:collapse;
  border-spacing:0;

}
	
/* 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;
	top:0px; width:0px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	
	border: none;
	
}

/* 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:0px; height:0px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	
	border: none;
}

/* 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: #bee7fc; */
/* background: #ff7b0a; */
   background: #fac377;

}

.transMenu .item.hover td {
/*  color:#3366CC;  */
    color:#000000;
}
/* 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:0px;
	border: none;
}
.transMenu .item#active {
/*	background:bee7fc;  */
/*  background: #ffffff; */
	background    :#BEE7FC;
  color:#000000;
  -moz-opacity:.9;
	filter:alpha(opacity=90);

}
.transMenu .item#active.hover {
/*	background:#3366FF;  */
  background: #fac377;
  color:#000000;
}

.transMenu .item td{
	color:#000000;
	font-weight:normal;
	font-style:normal;
	/* background-image: url(img/menu_h1.jpg); */
  font-size: 11px;
}
/* wrapper for first level menu.*/
#wrap {
   margin: 0px;
   padding: 0px;
   border: 0;
   background:url(img/menuwrap1compr1.jpg) no-repeat center center;
   text-align:left;
   vertical-align:middle;
   width:785px;
   height:44px;
   border-collapse:collapse;
   border-spacing:0;
}
#menu {
    margin: 0px;
    padding: 0px;
    border-collapse:collapse;
    border-spacing:0;
}
/* TUTAJ SIE USTAWIA CPOZYCJONOWNIE CZCIONKI */
/* glowna belka horyzontalna th */
a.mainlevel-trans:link, a.mainlevel-trans:visited {
   position:relative;
   bottom:0px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 1px;
   font-weight:bold;
   color:#FFFFFF;
  /* white-space:nowrap;*/
  /* line-height: 26px; */
  /* border-right: 0px solid #FFF; */
   border:0px;
   display: block;
   height: 44px;
   width:157px;
   margin:0px;
   padding: 0;
/*   margin-top: 10px;
   margin-left: 5px; */
   border:0;
   text-align:center;
   vertical-align:middle;
   
   border-collapse:collapse;
   border-spacing:0;
}
a.mainlevel-trans:hover {
   position:relative;
   color:#ff8303;
   margin: 0px;
   padding: 0;
   bottom:0px;
   bottom:0px;
   background:url(img/pas01.jpg) no-repeat top left;
}



/*1 item w top menu*/
a.mainlevel_1:link, a.mainlevel_1:visited {
   position:relative;
   bottom:0px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none;
   font-size:0;
   font-weight:normal;
   color: #9ed4ee;
   display: block;
   height: 44px;
   width:157px;
   margin:0px;
   padding: 0;

   border:0;
   text-align:center;
   vertical-align:middle;

   border-collapse:collapse;
   border-spacing:0;

   background:url(img/home.jpg);
  /* background:url(img/menu_hk.jpg) no-repeat top left;*/
}
a.mainlevel_1:hover {
   position:relative;
   bottom:0px;
   color:#9ed4ee;
   margin: 0px;
   padding: 0;
   bottom:0px;
/* margin-top: 10px;
   margin-left: 5px; */

  background:url(img/home_o.jpg) no-repeat top left;
}

a.mainlevel_2:link, a.mainlevel_2:visited {
   position:relative;
   bottom:0px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none;
   font-size:0;
   font-weight:normal;
   color: #6fb3d6;
   display: block;
   height: 44px;
   width:157px;
   margin:0px;
   padding: 0;
   border:0;
   text-align:center;
   vertical-align:middle;

   border-collapse:collapse;
   border-spacing:0;
   background:url(img/konkurs.jpg);
}

a.mainlevel_2:hover {
   color:#6fb3d6;
   margin: 0px;
   padding: 0;
   bottom:0px;
   position:relative;
   bottom:0px;

   background:url(img/konkurs_o.jpg) no-repeat top left;
}

a.mainlevel_3:link, a.mainlevel_3:visited {
   position:relative;
   bottom:0px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none;
   font-size:0;
   font-weight:normal;
   color: #459dcd;

   border:0px;
   display: block;
   height: 44px;
   width:157px;
   margin:0px;
   padding: 0;
   text-align:center;
   vertical-align:middle;

   border-collapse:collapse;
   border-spacing:0;
   background:url(img/warsztaty.jpg);
}

a.mainlevel_3:hover {
  color:#459dcd;
   margin: 0;
   padding: 0;
   bottom:0;
   position:relative;
   bottom:0px;

  background:url(img/warsztaty_o.jpg) no-repeat top left;
}

a.mainlevel_4:link, a.mainlevel_4:visited {
   position:relative;
   bottom:0px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none;
   font-size:0;
   font-weight:normal;
   color: #a3d9f5;
   display: block;
   height: 44px;
   width:157px;
   margin:0px;
   padding: 0;
   border:0;
   text-align:center;
   vertical-align:middle;

   border-collapse:collapse;
   border-spacing:0;

   background:url(img/historia.jpg);
}

a.mainlevel_4:hover {
  color:#a3d9f5;
   margin: 0px;
   padding: 0;
   bottom:0px;

   position:relative;
   bottom:0px;

   background:url(img/historia_o.jpg) no-repeat top left;
}

a.mainlevel_5:link, a.mainlevel_5:visited {
   position:relative;
   bottom:0px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none;
   font-size:0;
   font-weight:normal;
   color: #8cc4df;

   display: block;
   height: 44px;
   width:157px;
   margin:0px;
   padding: 0;
   border:0;
   text-align:center;
   vertical-align:middle;

   border-collapse:collapse;
   border-spacing:0;
   background:url(img/motorola.jpg);
}

a.mainlevel_5:hover {
   position:relative;
   bottom:0px;
   color:#8cc4df;
   margin: 0px;
   padding: 0;
   bottom:0px;

  background:url(img/motorola_o.jpg) no-repeat top left;
}

/*
a.mainlevel_active, a.mainlevel_active:visited{
   font-family: Tahoma, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 10px;
   font-weight:bold;
   color:#000000;

   border:2px black;
   display: block;
   height: 44px;
   width:156px;
   margin: 0;
   padding: 0;
   text-align:center;
   font-size:20px;

  border-collapse:collapse;
border-spacing:0;

}

a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
   font-family: Tahoma, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 10px;
   font-weight:bold;
   color:#FF6600;
   white-space:nowrap;
   line-height: 26px;
   border-right: 0px solid #FFF;
   display: block;
   height: 26px;
   text-align:right;
   width:auto;
   margin: 0px;
   padding: 0px 0px 0px 0px;


border-collapse:collapse;
border-spacing:0;

}
a.mainlevel_active-trans:hover {
  color:#3366CC;
  font-size: 20px;
  
}

*/

table, td, tr
{
border-collapse:collapse;
border-spacing:0;
}

/* End added */
