.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    /* border-right: 5px solid #FFF; */
}
ul.nav.tabs li {  
    
}
ul.nav.tabs li a {
	font-size:150% !important;
	color: #727271 !important;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
	margin-bottom:0px;
	border-bottom:#727271 2px solid;
}

ul.nav.tabs li .active a, ul.nav.tabs li a:hover, .active { 
	background:#8bb853 !important; /* #727271; */
	color:#ffffff !important;
}

ul.nav.tabs a:hover, ul.nav.tabs a:focus, ul.nav.tabs a:active, ul.nav.tabs .active a:hover, ul.nav.tabs .active a:focus, ul.nav.tabs .active a:active {
	cursor:auto;
    background-color:#8bb853 !important;
	color:#ffffff !important;
}