.esemenybox .nyitokep.kepkeret:hover .infok {
	display: flex;
}
.belsomenu_ul li:hover a {
    color: #a78128;
    position: relative;
}
.topmenu ul li:hover ul {
	display: block;
}	
.belsomenu_ul li:hover a::before {
    background-color: #a78128;
    height: 8px;
    position: absolute;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    bottom: -11px;
}