$(document).ready (function () 
{	
	if ($.browser.safari)
	{
		$("#navigationBg").css ("top", "131px");
	}

});
