.handle {
	background-repeat: no-repeat;
	background-position: center bottom;
	display: table-row;
	float: right;
	width: 21px;
	height: 16px;
	font-size: 20px;
	line-height: 36px;
	vertical-align: middle;
	color:#000;
}                                                                                    
/* .collapsed:before{
	content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #b31b1b;
    font-size: 100%;
    text-rendering: auto;
    opacity: 0.7;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
} */
.collapsed { 
	font-weight:300;
	background-repeat: no-repeat;                                            
	background-position: center bottom;                                      
	cursor: pointer;                                                         
}                                                                                    
span.handle.expanded:before {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    color: #b31b1b;
    font-size: 100%;
    text-rendering: auto;
    opacity: 0.7;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
}
.expanded {                                                                          
	font-weight:300;
	background-repeat: no-repeat;                                            
	background-position: center bottom;                                      
	cursor: pointer;
}

.sidebar-block-menu li a:hover, .sidebar-block-menu li a:focus {
	color: #000;
	text-decoration: none;
}