.header_menu{
position: relative;
z-index: 3;
}
.cat-menu-top .cat-menu-top-drop:hover nav{
display: block;
}
.cat-menu-top .cat-menu-top-drop nav{
	display: none;
	position: absolute;
    left: 0;
    z-index: 1;
    background: #fff;
    border: 2px solid #da2c2c;
}
.cat-menu-top .cat-menu-top-drop a{
	font-size: 14px;
}

.cat-menu-top-btn{
	position: relative;
}
.cat-menu-top-btn:before{
	content:'';
	position: absolute;
	left: 0;
    bottom: 0;
    height: 12px;
	width: 100%;
	z-index: 2;
}
.cat-menu-top nav div a span{
	font-weight: normal;
	color: #000;
}
.cat-menu-top nav div:hover a span{
    color: #da2c2c;
}

.header_topV a.active{
    color: #da2c2c !important;
}

.header_topV div.active a span{
    color: #da2c2c;
}