$(document).ready(function() {
	//Dropdown Menus
    $('ul#navbar-top').superfish({
		animation: {height:'show'},
		speed: 150,
		delay: 100,
		autoArrows: false,
		dropShadows:   true
	});
});