/* Tooltip for the NAMS logo */
$(function(){
	$("#reviewByManagementBox .ddsmoothmenu > ul, #reviewByManagementBox .ddsmoothmenu > ul li a")
		.width(280);

	/* Width for inner ul is set in the ddsmoothmenu css file.  Search for management institutes / reviewByManagementBox */
	/*
	$("#reviewByManagementBox .ddsmoothmenu > ul li ul")
		.width(360); */
});

