/*
==========================================================================================================
Filename:	d3.navfly.js
Purpose:	provides configuration script in a file rather than write in page as in plugin demo
Dependencies: _js/jquery.datepick.js, _css/datepick.css 
Date:	2010-03-02
Author:	Stephen M. Carlson, XI Interactive, Inc. - http://www.xiinteractive.com
Revision history: 	
==========================================================================================================
*/
$(document).ready(function(){
	$('.fly').hover(function () {
		$('.fly ul').css('left',$(this).outerWidth());
	});
});
/* --- end of file =============================================================================== */
