$(function(){
	$(".topMbMenu").buildMenu(
	{	menuWidth:230,
		openOnRight:false,
		iconPath:"/_images/products/",
		fadeInTime:0,
		fadeOuTime:0,
		adjustLeft:2,
		adjustTop:0,
		submenuLeft:1,
		opacity:1,
		shadow:true,
		closeOnMouseOut:true,
		closeAfter:50
	});
});