#leweMenu {
	width: 201px;
	font-family: arial;
}
#leweMenu ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	list-style: none;
	width: 150px;
	background: url("/images/gfx/kropki-menu.gif") repeat-x bottom;	
}
#leweMenu ul li {
	background: url("/images/gfx/kropki-menu.gif") repeat-x top;
	padding: 5px 0 5px 0;
}
#leweMenu ul li a {
	text-decoration: none;
	color: #000;
	background: transparent url("/images/gfx/menu-rozwin.gif") no-repeat 10px 3px;
	padding: 0 0 0 23px;
	display: block;
}
#leweMenu ul li a:HOVER {
	color: #bf0024;
}
#leweMenu ul li.selected a {
	background: none;
	background: transparent url("/images/gfx/menu-zwin.gif") no-repeat 10px 3px;
	font-weight: bold;
}
#leweMenu ul li.selected a.noChild {
	background: transparent url("/images/gfx/menu-rozwin.gif") no-repeat 10px 3px;
}
#leweMenu ul li.selected ul {
	padding: 0 0 0 23px;
	background: none;
	font-size: 11px;
}
#leweMenu ul li.selected ul li {
	background: none;
	margin: 0 0 0 4px;
}
#leweMenu ul li.selected ul li a {
	background: none;
	font-weight: normal;
	background: transparent url("/images/gfx/menu1-rozwin.gif") no-repeat 0 5px;
	padding: 0 0 0 10px;
}
#leweMenu ul li.selected ul li.selected a.noChild {
	background: transparent url("/images/gfx/menu1-rozwin.gif") no-repeat 0 5px;
}
#leweMenu ul li.selected ul li.selected a {
	background: transparent url("/images/gfx/menu1-zwin.gif") no-repeat 0 8px;
	font-weight: bold;
}
#leweMenu ul li.selected ul li.selected ul li a {
	background: none;
	font-weight: normal;
	background: transparent url("/images/gfx/menu2.gif") no-repeat 0 6px;
}
#leweMenu ul li.selected ul li.selected ul li.selected a {
	font-weight: bold;
	background: transparent url("/images/gfx/menu2.gif") no-repeat 0 6px;
}