$(document).ready(function() {
	
	//font replacement
	Cufon.replace('h1, h2, .leftPromo a');
	
	//dropdown menu
	$('#topMainNav ul').superfish({ 
            delay:       100,
            animation:   {opacity:'show',height:'show'},
            speed:       'fast',
            autoArrows:  false,
            dropShadows: false
        });
				
	//set menu styles
	var classes = document.body.className.split(" ");
	var pri = classes[0];
	var sec = classes[1];
	//alert (sec);
	$("#mnu" + pri).addClass("current");
	$("#mnu-" + sec).addClass("current");
	
	$(".couponLink").colorbox({width:"800px", height:"600px", iframe:true, opacity:"0.3",overlayClose:false});

});
