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=""; // set at red no idea what this is
image="./images/a_devider_dd2.gif";
imagepadding=0;
offbgcolor="#a7b05f";
offcolor="#bec9dd"; // 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=16;
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="#ffffff"; // 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("Customer")){
margin=3;
style=submenuStyle;
aI("text=FAQ's ;url=faq.html;");
aI("text=Return Policy ;url=policy.html;");
aI("text=Wholesale Inquiries &nbsp;;url=wholesale.html;");
aI("text=Contact Us ;url=contact.html;");
}
 

 





drawMenus();

