$(document).ready(function(){
	$('#menuElem > li > a').each(function(){
		$(this).wrapInner('<span></span>');
	});
});
