			.menu {
			/*z-index:50;*/
			font-size:12px;
			margin:10px 0 10px 0px; /* this page only */
		
                        padding-bottom: 0px;
			}
			
			/* remove all the bullets, borders and padding from the default list styling */
			.menu ul {
			padding:0;
			margin:0;
			list-style-type:none;
			
			}
			/* hack for IE5.5 */
			* html .menu ul {margin-left:-57px; ma\rgin-left:57;}
			/* position relative so that you can position the sub levels */
			.menu li {
			position:relative;
			background-image:url(/www_layout/menu.png);
			/*padding: 5px 0 5px 0;*/
                        border-bottom: 1px solid #fff;
			}
			
			/* get rid of the table */
			.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
			
			/* style the links */
			.menu a, .menu a:visited {
			display:block; 
			text-decoration:none;
			padding: 4px 0 4px 0;
		
			/*width:138px;*/
			color:#000000;
			text-indent:5px;
			vertical-align:middle;
			border:0px;
			background: #187B39;
                        
                        color: #fff;

			}
			/* hack for IE5.5 */
			* html .menu a, * html .menu a:visited { background-image:url(/www_layout/menu.png); /*width:138px; w\idth:138px;*/}
			/* style the link hover */
			* html .menu a:hover {color:#000000; background-image:url(/www_layout/menu.png);}
			
			/*link po najechaniu na niego*/
			.menu :hover > a {
			color:#96C10D;
			background-image:url(/www_layout/menu.png);
                   
			}
			
			/* hide the sub levels and give them a positon absolute so that they take up no room */
			.menu ul ul {
			visibility:hidden;
			position:absolute;
			top:0;
                        z-index: 20;
			left:158px;
                        width: 300px;
			}
			/*drugi poziom*/
			.menu ul ul li {
			position:relative;
			background-image:url(/www_layout/menu.png);
                        border-left: 1px solid #fff; border-right: 1px solid #fff;
		
			}
			/* make the second level visible when hover on first level list OR link */
			.menu ul li:hover ul,
			.menu ul a:hover ul {
			visibility:visible;
			}
			
			/* style the second level background */
			.menu ul li a.drop, .menu ul li a.drop:visited, .menu ul li a.nodrop, .menu ul li a.nodrop:visited {
			background-image:url(/www_layout/menu-strz.png);         /* kolor t�a dla pola kt�re si� rozwija w drugim poziomie */
			}
			/* style the second level hover */
			.menu ul li a.drop:hover, .menu ul li a.nodrop:hover{
			background-image:url(/www_layout/menu-strz.png);         /* kolor t�a dla pola kt�re si� rozwija w drugim poziomie */
			}
			
			/* keep the third level hidden when you hover on first level list OR link */
			.menu ul :hover ul ul{
			visibility:hidden;
			}
			/* keep the fourth level hidden when you hover on second level list OR link */
			.menu ul :hover ul :hover ul ul{
			visibility:hidden;
			}
			/* make the third level visible when you hover over second level list OR link */
			.menu ul :hover ul :hover ul{ 
			visibility:visible;
			}
			/* make the fourth level visible when you hover over third level list OR link */
			.menu ul :hover ul :hover ul :hover ul { 
			visibility:visible;}
