jQuery(document).ready(function(){
  initMenu();
});

function initMenu() {
  jQuery('ul#navigation-menu').hover(function() {
	
  });
}