/*
 * jQuery functions applied at page load time to make any drop-down for a given menu item
 * appear on mouse over.  Drop-down will disappear when mouse moves off both menu item and 
 * drop-down.
 */
$(document).ready(function() {

});
