.odkrywcow {

background-image:url(button/odkrywcow1a.png);
width:190px;
height:52px;
border:0px;
margin:1px;

}
.odkrywcow:hover {

background-image:url(button/odkrywcow1b.png);
width:190px;
height:52px;
border:0px;
margin:1px;
}

.napis {

font-family: Arial, Helvetica, sans-serif;  
font-size:12px;
color:#000066;
font-weight:bold;
text-align:center;
padding-top:8px;


}
.wrapper {
	display: block;
	clear: left;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: hidden;
}

.accordion {
	display: block;
	clear: left;
	margin: 0;
	padding: 0;
	outline: none;
	border-right: 1px solid #007728;
	border-left: 1px solid #007728;
	width: 198px;
	overflow: hidden;
}

.accordion ul,
.accordion li,
.accordion a,
.accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.accordion li {
	width: inherit;
	list-style: none;
	background: #007f2a url(wiosna.png) repeat-x 0px 0px;
}

.accordion  li span {
	background: transparent url(arrowdown.gif) no-repeat 10px center;
}

.accordion  li.active span {
	background: transparent url(arrowup.gif) no-repeat 10px center;
}

.accordion  li a,
.accordion  li span {
	position: relative;
	display: block;
	padding: 7px 10px 7px 30px;
	color: #fdfdfd;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.33;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0, 0.5);
	width: inherit;
	border-top: 1px solid #01ba4b;
	border-bottom: 1px solid #007728;
}

.accordion li a:hover,
.accordion li span:hover {
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0,0,0, 0.5);
	background-color: #00ab45;
	cursor: pointer;
}

.accordion  li ul  li a {
	padding: 4px 10px 4px 30px;
	color: #f0f0f0;
	text-shadow: 1px 1px 0px rgba(0,0,0, 0.5);
	background: #008a2d url(arrowright.gif) no-repeat 10px 8px;
	border-top: 1px solid #00a436;
	border-bottom: 1px solid #017226;
}

.accordion  li ul  li:hover a {
	background-color: #029a34;
}
