/* Lewe Menu */

ul, li, a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
ol.lista {
	display: list-item;
}

	ul.menu {

		border:0;
		 /* background:#bed8f1;*/
		list-style:none;
	}

	li {
		position:relative;
		padding:1px;
		padding-down:26px;
		/* background:url("images/item_moz.gif") no-repeat;*/
		z-index:9;
	}
	li.pozycja-menu {
		width:103px;
		position:relative;
		padding:1px;
		padding-down:1px;
		/* background:url("images/item_moz.gif") no-repeat; */
		z-index:9;
		background-color:#000000;
	}	
	li.a {
	list-style:uper-alpha;
	}
		li.folder ul {
			position:absolute;
			left:0px; /* IE */
			top:20px;
			border: 1px dotted black; 
			/*border:0;*/
		}		
			li.folder>ul { down:140px; } /* others */

	a {
		padding:2px;
		border:0;
		text-decoration:none;
		color:#FF6600;
		font-weight:bold;
	}
	a.wtresci {
		padding:0px;
		border:0;
		text-decoration:none;
		font-family: Verdana, Tahoma, Sans-Serif;
		font-weight:normal;
		display:inline;
	}
	/* a:hover.wtresci {
		background-color:red;
	}*/
	a.niemenu {
		text-decoration:underline;
		color:black;
		font-family: Verdana, Tahoma, Sans-Serif;
		font-weight:bold;

	}*/

		li>a { width:auto; } /* others */

	/* regular hovers */

	a:hover {
		border-color:black;
		color:black;
	}
		li.folder a:hover {
			background-color:blue;
		}
	
	/* hovers with specificity */
	
	li.folder:hover { z-index:10; }		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	} 

