
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(topSt=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="arial,verdana,helvetica";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#ff6698";
oncolor="#FFFFFF";
pagecolor = "#ff6698"; 
pagebgcolor = "#FFFFFF"; 
padding=3;
separatorcolor="#FFFFFF";
separatorsize=1;

}
with(subSt=new mm_style()){
bordercolor="#f4f4f4";
borderstyle="solid";
borderwidth=1;
fontfamily="arial,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#000000";
oncolor="#FFFFFF";
padding=3;
separatorcolor="#FFFFFF";
separatorsize=0;
outfilter="Fade(duration=0.1);Alpha(opacity=85)";
overfilter="Fade(duration=0.2);Alpha(opacity=85)";


}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="184px";
menualign="center";
menuwidth="920px";
align="center";
screenposition="center"; 
orientation="horizontal";
style=topSt;
top=120;
aI("showmenu=1;text=STYLE;url=/styleguide;");aI("showmenu=2;text=PRODUCTS;url=/shop;");aI("showmenu=4;text=PRESS;url=/press;");aI("showmenu=5;text=ABOUT;url=/about;");aI("showmenu=6;text=INFO;");
}


		with(milonic=new menuname("1")){
		style=subSt;
		itemwidth="184px";
		align="center";
		}

		with(milonic=new menuname("2")){
		style=subSt;
		itemwidth="184px";
		align="center";
		}

		with(milonic=new menuname("4")){
		style=subSt;
		itemwidth="184px";
		align="center";
		}

		with(milonic=new menuname("5")){
		style=subSt;
		itemwidth="184px";
		align="center";
		}

		with(milonic=new menuname("6")){
		style=subSt;
		itemwidth="184px";
		align="center";
					aI("text=Customer Service;url=/custserv;");
					aI("text=My Account;url=/myaccount;");
					aI("text=Store Finder;url=/storefinder;");
					aI("text=Contact;url=/contact;");
		}






drawMenus();

