#accordion1 li.panel{
    margin-bottom: 0px;
}
.left_menu li a{
	color:#131313;
}
.panel{
	box-shadow:none;
}
.left_menu li{
	position:relative;
}
.left_menu li a i{
	float: right;
    margin-right: 5px;
    font-size: 18px;
    margin-top: 2px;
}
.left_menu li ul li{
	padding:5px 0px;
}
.left_menu li ul{
	background:#f7f7f7;
}
.left_menu li a:focus{
	background:none;
}




.left_section_small .left_menu li ul{
	display:none;
}
.left_section_small .left_menu li a span{
	display:none;
}
.left_section_small .left_menu li{
	height: 42px;
	padding: 0px 13px;
	    	
}
.left_section_small .left_menu li i{
	position:absolute;
	right: -14px;
    top: 12px;
	transform: rotate(273deg);
	-ms-transform: rotate(273deg); 
    -webkit-transform: rotate(273deg); 
}
.left_section_small .left_menu li:hover{
    background-color: #eeeeee;
}
.left_section_small .left_menu li:hover a{
	position: absolute;
    width: 262px;
    background-color: #eee;
	text-align: left;
}
.left_section_small .left_menu li:hover a span{
	display:inline-block;
}
.left_section_small .left_menu li:hover ul{
	    display: block !important;
    z-index: 1;
    position: absolute;
    top: 41px;
    left: 60px;
	width: 215px;
	height:auto !important;
}
.left_section_small .left_menu li:hover i{
    position:absolute;
	right: 10px;
    top: 12px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
	
}
.left_section_small .left_menu li ul li a{
	background:none !important;
	position:relative !important;
	width:inherit !important;
}
.left_section_small .left_menu li ul li{
	padding:5px 0px;
	height:inherit;
}
.left_section_small .left_menu li ul li:hover{
	background:none;
}




