.dropdown-submenu {
    margin-top: -40px !important;
}
.dropdown-submenu li a {
    padding: 15px !important;
    color: #4a565d !important;
	font-size: 12px !important;
	background-color: white !important;
    border-bottom: solid 1px rgba(0,0,0,.1) !important;
    box-shadow: 2px 10px 20px rgba(0,0,0,.2);
    width: 220px;
}
.dropdown-submenu li a:hover {
    background-color: #f68b1f !important;
    color:white !important;
}
.hover_color_wrapper .image_wrapper {
    height: 130px;
}