/* MENU LEWE */
.leftMenu {
	margin-bottom: 20px;
}
	.leftMenu .leftMenuTitle {
		padding-left: 19px;
		height: 22px;
		color: #83a323;
		font-size: 20px;
		margin: 0 0 20px 0px;
		background: transparent url(/images/gfx/lista_tytul.gif) no-repeat left;
	}

/*PIERWSZY POZIOM*/
	.leftMenu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	.leftMenu ul li, .leftMenu ul li.selected {
		padding-bottom: 1px;
		background: transparent url(/images/gfx/tlo_lista_polecamy.gif) repeat-x bottom left;
	}
	.leftMenu ul li a, .leftMenu ul li.selected a {
		padding: 4px 5px 4px 22px;
		display: block;
		height: 100%;
		color: #3d7d9c;
		font-size: 12px;
		line-height: 16px;
		text-decoration: none;
		background: transparent url(/images/gfx/lista_a_polecamy.gif) no-repeat 9px 9px;
	}
	.leftMenu ul li a:hover, .leftMenu ul li.selected a:hover {
		background-color: #ebf2f5;
	}
	.leftMenu ul li.selected a {
		font-weight: bold;
		background: #ebf2f5 url(/images/gfx/strzalka_selected.gif) no-repeat 9px 9px;
	}
	.leftMenu ul li.last {
		padding-bottom: 0;
		background: none;
	}
/*POZIOM PIERWSZY KONIEC*/

/*POZIOM DRUGI*/
	.leftMenu ul li.selected ul {
		background: transparent url(/images/gfx/tlo_lista_polecamy.gif) repeat-x top left;
		padding: 0;
		padding-top: 1px;
		margin: 0;
	}
	.leftMenu ul li.selected ul li {
		padding-bottom: 1px;
		background: transparent url(../images/gfx/tlo_lista_polecamy.gif) repeat-x bottom left;
	}
	.leftMenu ul li.selected ul li a {
		padding: 3px 5px 3px 30px;
		display: block;
		height: 100%;
		font-weight: normal;
		color: #3d7d9c;
		font-size: 11px;
		line-height: 15px;
		height: 100%;
		text-decoration: none;
		background: transparent url(/images/gfx/lista_a_polecamy.gif) no-repeat 18px 8px;
	}
	.leftMenu ul li.selected ul li a:hover {
		background-color: #F7FAFB;
	}
	.leftMenu ul li.selected ul li.selected a {
		font-weight: bold;
		background: #F7FAFB url(/images/gfx/strzalka_selected.gif) no-repeat 18px 7px;
	}
	.leftMenu ul li.selected ul li.last {
		padding-bottom: 0;
		overflow: hidden;
		background: none;
	}
/*POZIOM DRUGI KONIEC*/

/*POZIOM TRZECI*/

	.leftMenu ul li.selected ul li.selected ul {
		background: transparent url(/images/gfx/tlo_lista_polecamy.gif) repeat-x top left;
		padding-top: 1px;
	}
	.leftMenu ul li.selected ul li.selected ul li {
		padding-bottom: 1px;
		background: transparent url(/images/gfx/tlo_lista_polecamy.gif) repeat-x bottom left;
	}
	.leftMenu ul li.selected ul li.selected ul li a {
		padding: 3px 5px 3px 39px;
		display: block;
		height: 100%;
		font-weight: normal;
		color: #3d7d9c;
		font-size: 11px;
		line-height: 14px;
		text-decoration: none;
		background: transparent url(../images/gfx/lista_poziom_trzeci.gif) no-repeat 28px 10px;
	}
	.leftMenu ul li.selected ul li.selected ul li a:hover {
		background-color: #FCFEFE;
	}
	.leftMenu ul li.selected ul li.selected ul li.selected a {
		font-weight: bold;
		background: #FCFEFE url(../images/gfx/lista_poziom_trzeci.gif) no-repeat 28px 10px;
	}
	.leftMenu ul li.selected ul li.selected ul li.last {
		padding-bottom: 0;
		overflow: hidden;
		height: 1%;
		background: none;
	}
/*KONIEC POZIOM TRZECI*/
















