//** Smooth Navigational Menu- By Dynamic Drive DHTML code library: http://www.dynamicdrive.com
//** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/
//** Menu created: Nov 12, 2008
jQuery(document).ready(function($) {
	if ($('#smoothmenu1').length) {
		$('#smoothmenu1 a').addClass('mm');
		ddsmoothmenu.init({
			mainmenuid: "smoothmenu1",
			orientation: 'h',
			classname: 'ddsmoothmenu',
			contentsource: "markup"
		})
	}
});
