$(document).ready(function(){
    $(".MegaMenuLink").megamenu(".MegaMenuContent", {
	justify: "right",
    width: "508px"
    });
});