
(function($){
		  
	var left_bg_img_width = 600;

	$(function(){ $("ul.sf-menu").supersubs({minWidth:13, maxWidth:30, extraWidth:0}).superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800, animation:{opacity:'show', height:'show', width:'show'}, speed:'def', autoArrows:1, dropShadows:1}).find('ul').bgIframe({top:'auto', left:'auto', width:'auto', height:'auto', opacity:1, src:'javascript:false;'}) });
	$.event.special.hover.delay = 100;
	$.event.special.hover.speed = 100;
	
	function init() {
		$('#content').css('background-position', ($('#content-left').outerWidth(true)-left_bg_img_width)+'px top');
	}
	
	$(init);

})(jQuery);


