// Cufon Fonts
Cufon('h1, h2', {
	textShadow: '1px 2px black'
});
Cufon('#Menu ul li a', {
	textShadow: '1px 1px black',
	hover: true
});
