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=225;
_subOffsetLeft=20;




with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#a7b05f";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Verdana, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor=""; // #ff0000 set at red no idea what this is
headercolor="#ffffff"; // set at red no idea what this is
image="./images/a_devider.gif";
imagepadding=0;
offbgcolor="#a7b05f";
offcolor="#567eb9"; // off color font
onbgcolor="#a7b05f"; // on color top color
oncolor="#ffffff"; // on color font
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)"; //Shadow(color=#a7b05f, Direction=0, Strength=0)
overimage="";
padding=0;
pagebgcolor=""; // #ff0000 set at red no idea what this is
pagecolor="";  // set at red no idea what this is
separatorcolor="#a7b05f"; // separator between the top navigation items
separatorsize=18;
subimage=""; // image that goes to the right of the top nav for dropdowns e.g. arrow would be good here
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";				// color for sub menu border that goes around the dropdown 
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Verdana, Arial";
fontsize="9pt";
fontstyle="bold";					// don't know
headerbgcolor="";			// #ff0000 set at red no idea what this is
headercolor="";				// set at red no idea what this is
offbgcolor="#c2da9c";				// sub menu background color
offcolor="#6283ae"; 				// sub menu font color
onbgcolor="#c2da9c"; 				// sub menu background rollerover color
oncolor="#ff6600"; 					// sub menu rollerover color
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#ffffff', Direction=0, Strength=0)";
padding=4; // sub menu padding between navigation items vertically
pagebgcolor="#c2da9c"; // sub menu background on state
pagecolor="#ff6600";  // sub menu font color onstate
separatorcolor="#ffffff"; // sub menu seperator color
separatorsize=2;  // sub menu seperator size
subimage="";
subimagepadding=5;
}

with(milonic=new menuname("Products")){
style=submenuStyle;
aI("text=Size Chart;url=chart.html;");
aI("text=Shoe Benefits;url=benefits.html;");
aI("text=Customer Testimonials &nbsp;&nbsp;&nbsp; ;url=testimonials.html;");
aI("text=Photo Gallery;url=gallery.html;");
}


with(milonic=new menuname("Shop")){
style=submenuStyle;
aI("text=Online &nbsp;&nbsp;&nbsp; ;url=index.html;");
aI("text=Store Locator &nbsp;&nbsp;&nbsp;;url=stores.html;");

}

with(milonic=new menuname("About Us")){
style=submenuStyle;
aI("text=Our Story  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=about.html;");
aI("text=Press     ;url=press.html;");

}

with(milonic=new menuname("Customer Service")){
margin=3;
style=submenuStyle;
aI("text=FAQ's ;url=faq.html;");
aI("text=Return Policy ;url=policy.html;");
aI("text=Wholesale Inquiries ;url=wholesale.html;");
aI("text=Contact Us ;url=contact.html;");
} 





drawMenus();


