jQuery.noConflict();
jQuery(document).ready(function(){ 	
	jQuery("ul.sf-menu").supersubs({ 
	minWidth:    12,                                 
	maxWidth:    20,                                 
	extraWidth:  1                                   
                                                         
	}).superfish({
		delay:			400,
		animation:		{opacity:'show',height:'show'},
		speed:			'fast',
		autoArrows:		false,
		dropShadows:	true
	});
	
	/*jQuery("ul.sf-menu > li > span > a").css( 'backgroundColor','#b5121b');*/
	
	/*jQuery("ul.sf-menu li ul li a").hover(function(){
		jQuery("ul.sf-menu li a").css('backgroundColor','#b5121b');
	},function() {
		jQuery("ul.sf-menu li a").css('backgroundColor','none');
	});*/
	
});
