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




with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
itemwidth=185;
offcolor="#215DC6";
oncolor="#428EFF";
ondecoration="underline";
padding=6;
separatorcolor="#969698";
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#4D4D4D";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
imagepadding=4;
itemwidth=255;
offcolor="#215DC6";
oncolor="#428EFF";
ondecoration="underline";
padding=5;
subimage="xp_ind.gif";
subimagepadding=10;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="vertical";
style=menuStyle;
top=220;
aI("bgimage=xp_panel_topoff.gif;fontsize=80%;fontweight=bold;image=transparent.gif;imagewidth=22;itemheight=30;offcolor=#ffffff;rawcss=padding-top:7px;text=Main Menu;url=index.php;");
aI("image=transparent.gif;imageheight=1;offbgcolor=#EFF3FF;type=header;");
aI("image=xp_home.gif;offbgcolor=#EFF3FF;text=Home Page;url=index.php;");
aI("image=xp_users.gif;offbgcolor=#EFF3FF;text=Forums;url=forum/index.php;");
aI("image=xp_software.gif;offbgcolor=#EFF3FF;text=Shop;url=shop.php;");
aI("image=xp_tools.gif;offbgcolor=#EFF3FF;text=PDFs;url=PDF.php;");
aI("image=xp_globe.gif;offbgcolor=#EFF3FF;text=Downloads;url=downloads.php;");
aI("image=xp_mag.gif;offbgcolor=#EFF3FF;text=Little Quest;url=quest.php;");
aI("image=transparent.gif;imageheight=1;offbgcolor=#EFF3FF;type=header;");
}

with(milonic=new menuname("Resources")){
left="offset=2";
style=submenuStyle;
top="offset=-4";
aI("bgimage=xp_panel_subhead.gif;fontsize=80%;fontweight=bold;image=transparent.gif;imagewidth=18;text=Products;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#D6DFF7;type=header;");
aI("offbgcolor=#D6DFF7;text=Stash Notes;url=stashnotes.php;");
aI("offbgcolor=#D6DFF7;text=Log Books;url=logbooks.php;");
aI("offbgcolor=#D6DFF7;text=Cache Labels;url=labels.php;");
aI("offbgcolor=#D6DFF7;text=Car Stickers;url=stickers.php;");
aI("offbgcolor=#D6DFF7;text=Paperless Guide;url=paperless.php;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#D6DFF7;type=header;");
}

drawMenus();


