#menuLeft {
	float: left; width: 180px;
	overflow: hidden; position: relative;
}

.poz1, .poz2, .poz3, .poz4, .poz5 {
	float: left; width: 100%;
	overflow: hidden;
}

.poz1 {
	background:url(../images/pos-line.png) no-repeat left bottom ;
}

.poz1 a {
	color: #808080;
	padding: 7px 0px 7px 15px; 
	float: left;
	font-size: 12px;
}
.poz1 a:hover, #aktywny a {
	color: #64a11d !important; font-weight: bold;
	text-decoration:underline;
}
.poz2 {
	display: block; width: 100%;
	background: url(../images/pos-active.png) no-repeat;
}
.poz2 a {
	color: white !important; float: left;
	display: block; padding: 5px 0 5px 15px;
	
}
.poz2 a:hover{
	color: #9d2320;
	font-weight: normal;
}