$(document).ready(function(){
	if (navigator.userAgent.indexOf('Mac') != -1) {
		$('#top-nav a').css('font-weight', '500');
	}
});

