			.menu {
			z-index:1000;
			font-size: 12px;
			margin: 10px 0 0 0px; /* this page only */
			text-align:center;
                        display: block;
			}
			
			/* 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;
                        display: block;  background: url("../images/icon_arrow.gif") no-repeat 0 0px;
                        padding: 0 0 5px 20px; font-size: 11px; border-bottom: 1px dotted #e9e9e9;
			}
			
			/* 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 {
			text-decoration:none;
			display: block;
			}
			/* hack for IE5.5 */
			* html .menu a, * html .menu a:visited {background-image:url(/www_layout/menu.png);}
			/* 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:#000000; 
			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:-10px;
			left:108px;
                        background: #fff;
                        padding: 5px;
                        width:188px;
			}
			/*drugi poziom*/
			.menu ul ul li {
			position:relative;
                        display: block;  background: url("../images/icon_arrow.gif") no-repeat 0 0px;
                        padding: 0 0 5px 20px; font-size: 11px; border-bottom: 1px dotted #e9e9e9;
			}
			/* 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&#65533;a dla pola kt&#65533;re si&#65533; 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&#65533;a dla pola kt&#65533;re si&#65533; 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;
                        }