$(document).ready(function() { 
	$("ul.nav").superfish({ 
		delay:       1000,                            // one second delay on mouseout 
		animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
		speed:       'fast',                          // faster animation speed 
		autoArrows:  false,                            // enable generation of arrow mark-up 
		dropShadows: true                             // enable drop shadows 
	}),
	$("#snav li a").after("<span>|</span>");
	$("#snav span:last").remove();
	$(".cdets span.type").after(":");
	$(".cdets span.telemailtype").after(":");
	$("#pThum li.current img").before("<span></span>");
	$("#flag a").bt({
	  positions: 'top',
	  padding: 5,
	  width: 150,
	  spikeLength: 5,
	  spikeGirth: 20,
	  cornerRadius: 10,
	  fill: '#003546',
	  strokeWidth: 2,
	  strokeStyle: '#4789A9',
	  cssStyles: {color: '#FFF', fontSize: '11px'}
	});
	$("#dmap a").bt({
	  positions: 'top',
	  shrinkToFit: true,
	  padding: 5,
	  width: '100px',
	  spikeLength: 5,
	  spikeGirth: 20,
	  cornerRadius: 10,
	  fill: '#003546',
	  strokeWidth: 2,
	  strokeStyle: '#4789A9',
	  cssStyles: {color: '#FFF', fontSize: '11px', textAlign: 'center'}
	});
	$("#dmap-europe a").bt({
	  positions: 'top',
	  shrinkToFit: true,
	  padding: 5,
	  width: '100px',
	  spikeLength: 5,
	  spikeGirth: 20,
	  cornerRadius: 10,
	  fill: '#003546',
	  strokeWidth: 2,
	  strokeStyle: '#4789A9',
	  cssStyles: {color: '#FFF', fontSize: '11px', textAlign: 'center'}
	});
	$("span.mailme").mailme();
	
	Cufon.replace('h1');
	Cufon.replace('h2');
	Cufon.replace('h3');
	Cufon.replace('#dmap a', { hover: true });
	Cufon.replace('#dmap-europe a', { hover: true });

}); 



