ddsmoothmenu.init({ mainmenuid: "mainmenu", orientation: 'h', classname: 'mainmenu', contentsource: "markup" })
ddsmoothmenu.init({ mainmenuid: "topmenu", orientation: 'h', classname: 'topmenu', contentsource: "markup"})

$(document).ready(function(){
	$("#topmenu").find(".downarrowclass").parent("a").css('padding-right', '13px');
	
/*   $('.forward').hover(function(){
   		$(this).addClass("hoverf");
	},function(){
		$(this).removeClass("hoverf");

	});
*/




});

