/* Turn off list bullets */
ul.aqtree3clickable li { list-style: none; }

ul.aqtree3clickable, ul.aqtree3clickable ul, ul.aqtree3clickable li {
  margin: 0; padding: 0; 
}

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
  padding-left: 0px;
}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a {
display: block;
padding: 5px;
margin:10px;
margin-left:20px;
text-decoration: none;
width: 150px;
font-family: Georgia;
font-size: 14px;
color: #095B1B;
border-bottom: 1px solid green;
text-align:left;
}

ul.aqtree3clickable li a:hover { 
		color:#000;
		border-bottom: 1px solid #000;
}

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a {
		border-right: 3px solid green;
		font-weight: bold;
}
ul.aqtree3clickable li.aq3closed a {
  color:#095B1B;
  font-weight: bold;
   
}
ul.aqtree3clickable li.aq3bullet a {
/*nierozwijalne*/
	font-size:12px;
	font-weight:normal;
	padding:2px;
	text-align: right;
		 
}

#wybranaGrupa {
		background: #B9E8F8;

}


/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }



