$(document).ready(function(){
	$("#hd .menu").expandingMenu({
		speed     : 'fast',
		delay     : 400,
		autoArrows: true
	});
});
