/* 
	AMCAL
	digiwork.us
*/
$(function(){$('#aboutDD, #wwcDD, #newsDD').mouseover(function(){$(this).parent().find("div.dd").slideDown('fast').show();$(this).parent().hover(function(){},function(){$(this).parent().find("div.dd").slideUp('fast');});});});
