// JavaScript Document

$(document).ready(function() {

$('#menu-main-navigation ul.sub-menu').parent().addClass('parent');

});
