﻿jQuery(document).ready(function() {
    jQuery("ul.top-menu li.item a.link").corner("10px top");
    jQuery('ul.top-menu').superfish({ autoArrows: false, animation: { opacity: 'show'}, speed:0});
});

