@CHARSET "UTF-8";

/* MENU GLOWNE */
#pgColLeft a {
	color: #02152A;
}

#pgColLeft ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#pgColLeft ul li {
	width: 200px;
	/* height: 28px; */
	margin-bottom: 2px;
	line-height: 28px;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
}

#pgColLeft ul li a {
	padding-left: 20px;
}

#pgColLeft ul li.selected {
	background-image: url(../images/btnSelected.gif);
}

#pgColLeft ul li.selected.children {
	background-image: url(../images/btnSelectedWithChildren.gif);
}

#pgColLeft ul li.selected.children ul {
	list-style-image: url(../images/listStyle.gif);
	background-color: #E5E5E5;
	padding-left: 30px;
	width: 170px;
	overflow: hidden;
	padding-top: 10px;
}

#pgColLeft .dropdownBottom {
	background-image: url(../images/listDropdownBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
}

#pgColLeft ul li.selected.children ul li {
	background-image: none;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#pgColLeft ul li.selected.children ul li.selected {
	font-weight: bold;
}

#pgColLeft ul li.selected.children ul li a {
	padding: 0px;
}