a.navleft {
  
	text-decoration: none;

}

#NavcontentLeft {
 
	float: left; 
	z-index: 10;
  
	width: 100%;
  
	height: auto;
  
	position: relative;
  
	top: 0;
  left: 0;
  
	background-color: #fa3b93;
}



#leftNavigation {

	margin: 0px 0px 0px 0px;

	}
#leftNavigation, #leftNavigation li ul {
  
	list-style: none;
  padding: 0;

}

#leftNavigation li a {
  
	font-size: 14px;
	display: block;
  
	padding: 0.8rem 1rem 0.8rem 3rem;

	padding: 10px 10px 10px 10px;  
	color: #f0f0f0;
  
	border-bottom: solid 1px #dc136b;
  
	text-overflow: ellipsis;
  
	overflow: hidden;
  
	position: relative;
  
	-webkit-transition: color 0.2s ease;
  
	transition: color 0.2s ease;

}

#leftNavigation li a, #leftNavigation li a .leftNavIcon {
  
	line-height: 120%;

}

#leftNavigation li a .leftNavIcon {
  
	position: absolute;
  
	top: 0;
  left: 0;
  
	width: 3rem;
  
	padding: 0.8rem 0;
  
	text-align: center;

}

#leftNavigation li a:hover {
  
	color: #ffffff;

	background-color: #dc136b;
}

#leftNavigation li ul {
  
	display: none;
  
	margin: 0;
  
	background-color: #ED0000;

}
#leftNavigation li ul li a {
  
	border-bottom: solid 1px #dc136b;
	font-size: 14px;

}

#leftNavigation li ul li:last-child a {
  
	border-bottom: none;
}

#leftNavigation li ul li.active a {
  
	color: white;

}

#leftNavigation li.active > a {
  
	color: white;

}

#leftNavigation li.active ul {
  
	display: block;

}

#leftNavigation > li.active {
  
	background-color: #dc136b;

}
