#menuLewe {
	width: 175px;
}
#menuLewe ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 175px;
	float: left;
}
#menuLewe #menuLeweTop, #menuLewe #menuLeweBottom {
	height: 5px;
	overflow: hidden;
	width: 175px;
	float: left;
}
#menuLewe #menuLeweTop {
	background: transparent url(/images/gfx/menu_top.png) no-repeat;
}
#menuLewe #menuLeweBottom {
	background: transparent url(/images/gfx/menu_bottom.png) no-repeat;
}
#menuLewe ul li {
	width: 175px;
	border-bottom: 1px solid #357315;
	float: left;
}

#menuLewe ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
	width: 175px;
	height: 1%;
	overflow: hidden;
	line-height: 130%;
	background: transparent url(/images/gfx/li_tlo.png) repeat-y;
	cursor: pointer;
}

#menuLewe ul li a span.kropka {
	display: block;
	width: 25px;
	height: 15px;
	float: left;
	background: transparent url(/images/gfx/menu_a.gif) no-repeat 13px 12px;
}
#menuLewe ul li a span.nazwa {
	display: block;
	float: left;
	width: 150px;
	padding: 2px 0;
}
#menuLewe ul li.selected a, #menuLewe ul li a:hover {
	color: #fff2c0;
	background: transparent url(/images/gfx/li_sel_tlo.png) repeat-y;
	text-decoration: none;
}

#menuLewe ul li.selected a span.kropka, #menuLewe ul li a:hover span.kropka {
	display: block;
	width: 25px;
	height: 15px;
	float: left;
	background: transparent url(/images/gfx/menu_a_s.gif) no-repeat 13px 12px;
}

#menuLewe ul li.selected ul {
	border-top: 1px solid #357315;
}
#menuLewe ul li.selected ul li a {
	display: block;
	color: #fff;
	font-size: 15px;
	width: 175px;
	height: 1%;
	overflow: hidden;
	line-height: 130%;
	background: transparent url(/images/gfx/lili_menu.png) repeat-y;
	cursor: pointer;
}
#menuLewe ul li.selected ul li a span.kropka {
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	display: block;
	width: 25px;
	height: 15px;
	background: transparent url(/images/gfx/menu_a.gif) no-repeat 33px 12px;
}
#menuLewe ul li.selected ul li a span.nazwa {
	display: block;
	float: left;
	width: 130px;
	padding: 2px 0;

}
#menuLewe ul li.selected ul li.last {
	border: 0;
}
#menuLewe ul li.selected ul li a:hover, #menuLewe ul li.selected ul li.selected a {
	background: transparent url(/images/gfx/li_sel_tlo.png) repeat-y;
	color: #fff2c0;
}
#menuLewe ul li.selected ul li a:hover span.kropka, #menuLewe ul li.selected ul li.selected a span.kropka  {
		background: transparent url(/images/gfx/menu_a_s.gif) no-repeat 33px 12px;
}



