@charset "utf-8";
/* CSS Document */

<!--* { margin:0;}-->

#menuRootDe { margin:0 auto 0 auto;
width:920px;
height:47px;
position:relative;
z-index:500;}

#menuRootDe ul {  
	font-family:"Times New Roman", Times, serif, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	position:relative;
	
/*	background-image:url(images/but_1.gif);
	background-repeat: repeat-x;
	background-position: 0px
	width:100%;
	position:relative;
	list-style: none;;*/
}
#menuRootDe ul li {
	/*background-image:url(images/but_bg.gif)*/;
	display: block;
	position: relative;
	float: left;
	background:url(../images/but_bg.gif) repeat-x;
}
#menuRootDe li ul { display: none;}
#menuRootDe ul li a {
	font-family:"Times New Roman", Times, serif, Verdana;
	font-weight:normal;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #E6E6E6;
	/*border-top: 1px solid #ffffff;*/
	height:100%;
	padding: 16px 24px 14px 25px;
	background:url(../images/but_1.gif) repeat-x;
	/*background: #617F8A;*/
    margin-left: 1px;
	white-space: nowrap;
	}
#menuRootDe ul li a:hover {
	/*background: #617F8A;*/ 
  background:url(../images/but_1_in.gif) repeat-x;
}

#menuRootDe li:hover ul {
  display: block;
  position: absolute;
  float:left;
  width:600px;
}

#menuRootDe li:hover ul.pressHoverDe {
  display: block;
  position: absolute;
  float:left;
  width:300px;
}
#menuRootPl li:hover ul.oddzialHoverPl {
  display: block;
  position: absolute;
  float:left;
  width:400px;
}

#menuRootDe li:hover li {
  /*float: none;*/
  font-size: 14px;
}
#menuRootDe li:hover a {
	background:url(../images/but_1.gif) repeat-x;
}
#menuRootDe li:hover li a:hover {
	background:url(../images/but_1_in.gif) repeat-x;
}