jQuery(document).ready(function() {

/* Navigation */
jQuery('#submenu ul.sfmenu').superfish({ 
		delay:       500,								// 0.1 second delay on mouseout 
		animation:   {opacity:'show',height:'show'},	// fade-in and slide-down animation 
		dropShadows: true								// disable drop shadows 
	});	
	
jQuery('#newtabs> ul').tabs({ fx: {  opacity: 'toggle' } }); 
	
jQuery('.squarebanner ul li:nth-child(even)').addClass('rbanner');

	
});

