﻿.btn_ul > li{
	transition:all .3s ease-out;
}
.btn_ul > li > a{
	display: block;
	width:100%;
	height:100%;
}
.btn_ul > li.active,.btn_ul > li:hover{
	background-color: #c03429;
    color: #ffffff;
    transition:all .3s ease-out;
}