// Initialize jQuery
$(document).ready(function(){
	
	// ACTIVE TABS
	$(function() {
		var classname = $('#nav_cal > div:first').attr('class');
		$('#nav_main').find('li#nav_'+classname).addClass('active');	
	});
	
});



// Cufon **Must be after the active tab script to work if cufon is used in the nav
Cufon.replace("h1, h2, ul.arrows li");























