$(function(){
	if(!($.browser.msie && /6.0/.test(navigator.userAgent))){
		$('#tabs a').corner('10px tl tr');
		$("#tabs ul").superfish({ autoArrows: false	});
	}	
	if($.browser.msie && /6.0/.test(navigator.userAgent)){
		$("#tabs li a").hover(function(){
			$(this).parent().addClass("over");
			$(this).css("background-position-y", "-42px");
		},function(){
			$(this).parent().removeClass("over");
			$(this).css("background-position-y", "0px");
		});
		$("#tabs ul li ul").hover(function(){
			$(this).parent().children("a").css("background-position-y", "-42px");
		},function(){
			$(this).parent().children("a").css("background-position-y", "0px");
		});		
		$("#tabs ul").superfish({ autoArrows: false, delay: 0 });
	}
});
var flashvars = {};
var params = {};
params.wmode = "transparent";
swfobject.embedSWF("/swf/header.swf", "header", "949", "183", "7.0.0",false,flashvars,params);