$(function(){
	$(".IE6 #gnav li").hover(function(){$(this).addClass('hover');}, function(){$(this).removeClass('hover');});
	$('#gnav li').css('cursor','pointer').click(function(e){e.stopPropagation(); if(this.firstChild.href)window.location=this.firstChild.href;});
	$("a[rel=external]").live("click", function(){this.target="_blank"});
	
	
});


