Cufon.replace('h1, h2, h3, .delivery .phone');

Cufon.replace('.left-menu li', {
	hover: {
		color: '#ed1c24'
	}
});

//Cufon.replace('#top-menu li', {
//	textShadow: '1px 1px 0 #660c0f'
//});
//
//Cufon.replace('#top-menu li.current', {
//	textShadow: '1px 1px 0 #ed5f64'
//});

$(document).ready(function() {
	$('#top-menu li:nth-child(3)').addClass('third');
	$('#top-menu li:last-child').addClass('last');
	$('#bottom-menu li:last-child').addClass('last');
});
