// Cufon Font Replacment
// Cufon.replace('h1, h2', {hover: true});

// jQuery Functions

// jQuery document ready
$(document).ready(function() {

// Superfish add class
jQuery("#mainMenu .menu").addClass("sf-menu");


});// Close Document.ready

// Superfish execute
jQuery(function(){
	jQuery('ul.sf-menu').supersubs({
	 minWidth: 12,
	 maxWidth: 27,
	 extraWidth: 1
	 }).superfish({
	 delay: 1,
	 animation: {opacity:'show'}, //Optional: ,height:'show'
	 speed: 0,
	 autoArrows: true,
	 dropShadows: true,
	 disableHI: false
});
});