
#access > .menu > ul > li.menu-item-58 > a span:before {
	font-family: "Elusive";
    content: '\e807';
    position: absolute;
    left: 8px;
    top: 16px;
    z-index: 251;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
