jQuery(document).ready(function(){
	
	jQuery('#LeftMenu').accordion({
		active: false,
		header: '.menuTitle',
		animation:{height:"show"},
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	});

/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

});
