$(function () {
	/*$('#menu ul').magneticMenu({
		speed: 200,
		backItemID : 'blublarg',
		selectedItem : '.current_page_item',
		bgColor: '#839602',
		overHeight: 10,
		overWidth: 10,
		easing:'easeOutElastic'
	});*/
	$('#menu ul li:not(.current-menu-item) a').hover( function(){
		$(this).stop(true).animate({
		paddingLeft: 30
		},
		{
		duration: 120,
		ease: 'easeOutElastic',
		queue: false
		}
		);},
		function(){
		$(this).stop(true).animate({
		paddingLeft: 6
		},
		{
		duration:120,
		ease: 'easeInElastic',
		queue: false
		});
	});
	$('#menu ul li ul.children li:not(.current-menu-item) a').hover( function(){
		$(this).stop(true).animate({
		paddingLeft: 12
		},
		{
		duration: 120,
		ease: 'easeOutElastic',
		queue: false
		}
		);},
		function(){
		$(this).stop(true).animate({
		paddingLeft: 6
		},
		{
		duration:120,
		ease: 'easeInElastic',
		queue: false
		});
	});
	$('#coin-slider').coinslider({
		width:630,
		height:300,
		effect:'straight',
		delay:5000,
		spw:6
	});
});
