﻿$(function() {
		$('.menu .clicker').corner('bottom 10px');
		$('.menu .subclicker').corner('bottom 10px');
	/*$('.menu').load('../Default.aspx .menu', function() {
		$(this).replaceWith( $(this).contents() );
		
		$('.menu .clicker').mouseenter(function() { 
			$(this).animate({'marginTop':'5px'}, 200);
		}).mouseleave(function() {
			$(this).animate({'marginTop':'0px'}, 200);
		});
	});*/
	
});
