jQuery(function() {
	jQuery("#mainMenu li:has(ul)").each(
		function(i, elm){
			jQuery(elm).hover(
				function (){
					jQuery("ul:first", this).fadeIn("fast");
			  	},
				function () {

					jQuery("ul:first", this).css("display", "none");
				}
			);
		}
	)	
});

/*
LVCA-SetAfterSpeechDelay.htm
using-multilevel-module.htm
navigation.htm
voice-script.htm
what-no-input-handler.htm
recording-quick-vox.htm
toolbar-menu.htm
*/
