window.addEvent('domready', function(){
	// 1 (CONTACT US)
	$('menuItem1').addEvents({
		'mouseenter': function(){
			// And then tweens the height of the element
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'click': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		}
	});
	// 2 (ENQUIRY FORM)
	$('menuItem2').addEvents({
		'mouseenter': function(){
			// And then tweens the height of the element
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'click': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		}
	});
	
	// 3 (FAQs)
	$('menuItem3').addEvents({
		'mouseenter': function(){
			// And then tweens the height of the element
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'click': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		}
	});
	// 4 (HAIR DAMAGE)
	$('menuItem4').addEvents({
		'mouseenter': function(){
			// And then tweens the height of the element
			this.set('tween', {duration: '200'}).tween('height', '138px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'click': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '29px');
		}
	});
	// 5 (GUIDE)
	$('menuItem5').addEvents({
		'mouseenter': function(){
			// And then tweens the height of the element
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'click': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		}
	});

	// 6 (BLOG)
	$('menuItem6').addEvents({
		'mouseenter': function(){
			// And then tweens the height of the element
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'click': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		}
	});

	// 7 (HOME)
	$('menuItem7').addEvents({
		'mouseenter': function(){
			// And then tweens the height of the element
			this.set('tween', {duration: '200'}).tween('height', '52px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		},
		'click': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: '200'}).tween('height', '28px');
		}
	});
	

});
