/* Menu drzewiaste */
.leftcol .cnt ul.tree {
  display: block;
  padding-left: 0;
  margin: 1px 0px 3px 0px;
}

.leftcol .cnt ul.tree ul {
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;  
}

.leftcol .cnt ul.tree li {
  display: block;
	list-style-type: none;
/*	list-style-position : inside; */
  padding-left: 16px;
  background-image: url("../images/menu_li.png");
  background-position: 3px 2px;
  background-repeat: no-repeat;
  line-height: 16px;
  margin-left: 0px;
}

.leftcol .cnt ul.tree li a {
  text-decoration: none;
  cursor: pointer;

}

.leftcol .cnt ul.tree li a.katalog {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}

.leftcol .cnt ul.tree li a .linkgl {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}
