/*user css (this edit)*/
.menu_vert a { padding:8px; }
.menu_vert a,  .menu_vert span{ display: block;color: #000;
    text-decoration: none;}
.menu_vert a:hover { 
	background:#eee; 
	color:#000; 
	text-decoration:none; 
	
}
.menu_vert .active { 
	top:-2px;
	background:#eee; 
	color:#000;
}
.menu_vert ul { 
	padding:0; 
	background:#fff;
	
}
.menu_vert ul li { 
	padding:0; 
	margin:0;
	border:0;

}
.menu_vert ul li a, .menu_vert ul li span {
	padding: .33rem 1.25rem;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;

    border-bottom: none;
}
.arrow-left {
	
	left:-4px; 
}
.arrow-left2 {

	left:-5px; 
}
.toLeft .arrow-left {

	right:-4px; 
}
.toLeft .arrow-left2 {

	right:-5px; 
}
.arrow-right {
	top:13px; 
	right:8px;
	
}