Cufon.replace('h1', {
	color: '#ffffff;',
	textShadow: '2px 1px #000000'
});

Cufon.replace('h2', {
	color: '#ffffff;',
	textShadow: '2px 1px #000000'
});

Cufon.replace('h3', {
	color: '#ffffff;',
	textShadow: '2px 1px #000000'
});

Cufon.replace('.submenu_item h3', {
	color: '#333333;'
});

Cufon.replace('h1.header', {
	color: '#333333;'
});

Cufon.replace('h2.header', {
	color: '#333333;'
});

Cufon.replace('h3.header', {
	color: '#333333;'
});

Cufon.replace('#submenu_active h3', {
	color: '#ffffff;',
	textShadow: '2px 1px #000000'
});


