jQuery(document).ready(function($)
{
	$("div.navigation > ul, ul.submenu").jMenu().stopSelection();
});