jQuery(function($) {
$.path.strictQuery = false;
$('li a:path').parent().addClass('active');
});

