#menu2 li:last-child{
    border-bottom:0;
}
#menu2 li{
	list-style: none;
	padding: 0;
	margin: 0px;
	margin-bottom: 7px;
}
#menu2 > li > a{
    text-decoration:none;
    color: #fff;
    box-sizing:border-box;
    width: 212px;
    height: 98px;
    font-size: 15px;
    padding-left: 16px;
    padding-right: 22px;
    -moz-box-sizing:border-box;
    display: table-cell;
    vertical-align: middle;
    background: url(../img/m2li.png) no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* padding: 10px 10px 10px 25px; */
    border-bottom: 0;
    position: relative;
}

#menu2 > li > a:before {
    content: "";
    width: 25px;
    display: block;
    margin-top: -2px;
    height: 41px;
    margin-bottom: 0px;
    padding-right: 33px;
    background: url("../img/m2lia.png") no-repeat;
    float: left;
    /* position: relative; */
    /* top: 27px; */
    /* left: 15px; */
}
#menu2 li:hover a, #menu2 li.active a{
    background: url(../img/m2lih.png) no-repeat;
    /* color: #000; */
    /* box-shadow: inset #d67b47 -7px 0px 0px 0px; */
}
#menu2{
	margin: 0px 0px 0px 124px;
	padding: 0;
}
#menu2 ul{
	display: none;
}

#menu2 .active ul{
	display: block;
	padding: 0;
}


#menu2 .active li a{
	    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
	text-decoration: none;
	color: #505050;
	padding: 7px 7px 7px 25px;
	font-size: 12px;
	display: block;
	background: url(../img/li2.png) no-repeat 10px 50%;
	border-bottom: 1px #b7b7b7 solid;
}

#menu2 .active li.active a, #menu2 .active li:hover a{
	background: #57959f url(../img/li2_a.png) no-repeat 14px 50%;
	color: #fff;
}