$(document).ready( function() {

	/*===========================
	*
	* Pluginname: Superfish v1.4.8 – jQuery menu plugin by Joel Birch
	* Date Created: 16/12/2009
	* Last Update: 16/12/2009
	*	Source: http://users.tpg.com.au/j_birch/plugins/superfish/
	* Description: Dropdown menu
	*
	*===========================*/

	$('ul.sf-menu').supersubs({
			minWidth: 11.6,
			maxWidth: 27
    }).superfish({
		delay: 300,
		animation: {opacity:'show',height:'show'},
		speed: 'fast',
		autoArrows: false,
		dropShadows: true
  });

});
