
.leftSidebarItem a {
	position: absolute;
	width: 176px; 
	height: 61px;
	z-index: 10;
  transition: background 1s linear; 
   -webkit-transition: background 1s linear; 
   -moz-transition: background 1s linear; 
   -o-transition: background 1s linear; 
}

.leftSidebarItem {
	cursor: pointer;
	cursor: hand;

	  transition: background 1s linear; 
   -webkit-transition: background 1s linear; 
   -moz-transition: background 1s linear; 
   -o-transition: background 1s linear; 
}

			
#pepSI a:hover {
	background-image: url(../images/leftSidebar/de/peph.jpg) !important;
		
}

#pepSI a:active {
	background-image: url(../images/leftSidebar/de/pepf.jpg) !important;	
}

#zwSI a:hover {
	background-image: url(../images/leftSidebar/de/zwh.jpg) !important;
}

#zwSI a:active {
	background-image: url(../images/leftSidebar/de/zwf.jpg) !important;
}

#snSI a:hover {
	background-image: url(../images/leftSidebar/de/snh.jpg) !important;
}

#snSI a:active {
	background-image: url(../images/leftSidebar/de/snf.jpg) !important;
}

#zkSI a:hover {
	background-image: url(../images/leftSidebar/de/zkh.jpg) !important;
}

#zkSI a:active {
	background-image: url(../images/leftSidebar/de/zkf.jpg) !important;
}

#dlSI a:hover {
	background-image: url(../images/leftSidebar/de/dlh.jpg) !important;
}

#dlSI a:active {
	background-image: url(../images/leftSidebar/de/dlf.jpg) !important;
}

