$(document).ready(function(){
            
	 // Drop Down Side Nav
    $('#subnav li ').hover(function() {
		$(this).children('ul').hide();	
		$(this).children('ul').stop().show('fast');//show
	}, function() {
		$(this).children('ul').stop().hide('fast');
	});
	
});

$(document).ready(function(){ 
 	// Calls the lightbox for the "work" page...
	$(".gallery a").fancybox(); 
});

Cufon.replace('.cufon'); 