.arrowlistmenu{
	width: 95%; /*width of accordion menu*/
	/*background-image: url(images/wyp.png);*/
	padding: 4px 2px;
	border: #424242 1px solid;
	margin: 8px 2px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
font-weight: bold;
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.arrowlistmenu li{
padding-left: 20px;
display: block;
}
.naglowek{
	background-color: #94aa17;
	padding: 2px 4px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #222222;
}
.tab{
	border: #424242 1px solid;
	margin: 5px 0;
}
.link{
	padding: 2px 7px;
	margin: 5px 0;
	display: block;
	font-weight: bold;
	background-color: #94aa17;
}









