
$(document).ready(function () {
	/*$("#navigation li").live('mouseover mouseout', function (event) {
		
		if (event.type == "mouseover") {
			$("a", this).stop().fadeTo(0, 0);
			$("a", this).stop().fadeTo(300, 1);
			
		} else {
			$("a", this).stop().fadeTo(200, 1);	
		}
	});*/
});
