/*
	--------------------------------------------------------------------------
	fancy behavior for css drop-down nav
	DEPENDANCIES: jQuery 3.0 or better
	--------------------------------------------------------------------------
*/

$(document).ready(function() {

	//hide anchor titles in nav
	$("#nav a").attr('title','');

});


