jQuery(document.body).ready(function(){
	
	// SIDEBAR
	jQuery("div#sidebar_contact").sidebar({
		position:"right",  
		liMouseOver:{color:"red"},  
		liMouseOut:{color:"white"},
		width: 250,	
		height: 150,
		injectWidth: 30
	});
	
	
	
	
	// MEGA MENU
	jQuery(".MegaMenuLink").megamenu(".MegaMenuContent", {
		width: "870px"
	});

	jQuery('#tabs').tabs({ fx: { opacity: 'toggle'} });	
	
});
