jQuery(function($) {
	$('.container .main_menu li a').underline({
		color: '#f6ff00', // underline color (default black)
		width: 1,         // underline thickness (default 1)
		duration: 400     // animation speed (default 500)
	});
	$('.container_wedding .main_menu li a').underline({
		color: '#000000', // underline color (default black)
		width: 1,         // underline thickness (default 1)
		duration: 400     // animation speed (default 500)
	});
	/*var section = jQuery.url.attr("file");
	section = section.replace(".php", "");
	section = section.replace(".html", "");
	$('#' + section).css('fontStyle', 'italic');*/

});

