// JavaScript Document
	$(document).ready(function() {
			$('.h_menu_1').dwFadingLinks({
				color: '#EF4136',
				duration: 400
			});
		 });
