.profile-sidebar {
	background: #008000;
	padding: 100px 0 0px 0;
	height: auto;
	opacity:0.8;
	width: 100%;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.profile-userpic img {
	float: none;
	margin: 0 auto;
	width: 50%;
	height: 50%;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.profile-usermenu {
	margin-top: 30px;
	padding-bottom: 200px;
	float: none;
	margin: 0 auto;
	width: 60%;
	height: 50%;
}
.profile-usermenu ul li {
	border-bottom: 1px solid #FFFFFF;
}
.profile-usermenu ul li:last-child {
	border-bottom: 2px solid #FFFFFF;
}
.profile-usermenu ul li a {
	color: #000000;
	font-size: 17px;
	font-weight: 500;
}
.profile-usermenu ul li a i {
	margin-right: 8px;
	font-size: 17px;
}
.profile-usermenu ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.profile-usermenu ul li a span:hover {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: 800;
}
.profile-usermenu ul li.active {
	border-bottom: 2px solid #FFFFFF;
}
.profile-usermenu ul li.active a {
	color: #000000;
	background-color: #FFFFFF;
	border-left: 2px solid #000000;
	margin-left: -2px;
}