jQuery(document).ready(function(){
	jQuery('.mega').parent().addClass('megaitem');
	jQuery('.megaitem > ul').addClass('megamenu');
});

