#adminmenu #toplevel_page_athena_options_slug .wp-menu-image {
	background-image: url('../img/athena-search-wp-sidebar-logo.svg') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	transition: all .05s ease-in-out;
}
#adminmenu #toplevel_page_athena_options_slug .wp-menu-image:before {
	display: none;
}
#adminmenu #toplevel_page_athena_options_slug:not(.wp-has-current-submenu):hover .wp-menu-image {
	background-image: url('../img/athena-search-wp-sidebar-logo-hover.svg') !important;
	transition: all .12s ease-in-out;
}
#adminmenu #toplevel_page_athena_options_slug.wp-has-current-submenu .wp-menu-image {
	background-image: url('../img/athena-search-wp-sidebar-logo-active.svg') !important;
}