﻿$(function() {
	if($.browser.safari)
	{
		$('.sub-nav h2').css({textShadow:'#999 0 0 1px'});
	}
});