$(document).ready(function(){
	
		// menu...
		//---------------------------------------------------------------------------			
        $('ul.sf-menu').superfish({ 
            animation: {height:'show'},   	// slide-down effect without fade-in 
            delay:     100               	// 1.2 second delay on mouseout 
        }); 
        
        $('#right-collum').width( $('body').width() - ($('#left-collum').width())-5);	
	
});
