$(document).ready(function () {
    $('#menu-top ul li.parent').hover(function () {

    });
});
