/*
	jQuery.mmenu screenReader addon CSS
*/
.mm-sronly
{
    position: absolute;
    z-index: -1; 

    display: block;
    overflow: hidden;

    width: 1px;
    height: 1px;

    text-indent: 10px;
}
