.main_left{
	width: 240px;
	box-shadow: 2px 5px 35px 5px rgba(0,0,0,0.05);
}
.main_left_head{
	width: 100%;
    height: 110px;
    background-color: #302e31;
    //background-repeat: no-repeat;
    //background-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    //background-image: url(/templets/default/images/logo_03.png);
	color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 100px;
}
.main_left_nav a{
	box-sizing: border-box;
	text-align: center;
	display: block;
    height: 59px;
    border-top: 1px solid #edecec;
    line-height: 59px;
    background-color: #fff;
}
.main_left_nav a:hover{
	color: #e74c3c !important;
	border-left: 4px solid #e74c3c;
}
.main_left_nav_active{
	color: #e74c3c !important;
	border-left: 4px solid #e74c3c;
}



















