$(document).ready(function() {
	Cufon.replace('h1', {
		textShadow: '1px 1px #fff',
	});
	
	$("li:first-child, tr:first-child, td:first-child").addClass('first-child');
	$("li:last-child, tr:last-child, td:last-child").addClass('last-child');
	$(".RadMenu").removeClass('RadMenu');
	$(".RadMenu_Footer").removeClass('RadMenu_Footer');
});
