window.addEvent('domready', function() {			
	//if(Browser.Engine.webkit ){return;}
	var sectionTitle = new MooFont({ 
	    selector:'#sectionTitle',
		size:22, 
		bgColor:'#496E29',
		bgColor_hover:'#496E29',
		font:'Bank Gothic Light BT'
	});
	
	var headings = new MooFont({ 
		selector:'h1, h2, h3, h4, h5, h6',
		bgColor:'000000',
		bgColor_hover:'#000000',
		font:'Bank Gothic Light BT'
	});
    
	var menuLinks = new MooFont({ 
		selector:'#nav a',
		size:12,
		font:'Bank Gothic Light BT'
	});
    
	
	var myMenu = new MenuMatic();
});