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=0            // Sub menu top offset
_subOffsetLeft=6       // Sub menu left offset


with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
offcolor="#962b24";
oncolor="#2c4158";
padding=8;
separatorsize=1;
subimage="images/layout/arrow.gif";
subimagepadding=2;
separatorimage="images/layout/nav_seperator.gif";
}

with(subMenu=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
bordercolor="#C3C3B3";
borderstyle="solid"
borderwidth="1"
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#962b24";
onbgcolor="#DEDED2";
oncolor="#2c4158";
padding=8;
separatorsize=1;
separatorcolor="#ABAB95";
separatorwidth="90%";
itemwidth=234;
}

with(milonic=new menuname("i4pi")){
style=subMenu; 
aI("text=Certification Board;url=certificationBoard.asp;");
aI("text=Training;url=training.asp;");
aI("text=Endorsements;url=endorsements.asp;");
aI("text=Columbia Southern University;url=csu.asp;");
}
drawMenus();
with(milonic=new menuname("store")){
style=subMenu; 
aI("text=Sun/Safety Glasses;url=store_glasses.asp;");
aI("text=Knifes;url=store_knifes.asp;");
aI("text=Clothes;url=store_clothes.asp;");
aI("text=Logo Items;url=store_logo_items.asp;");
aI("text=Field Guides;url=store_field_guides.asp;");
}

drawMenus();
with(milonic=new menuname("news")){
style=subMenu; 
aI("text=USAPI News;url=news.asp;");
aI("text=Industry Related News;url=industry_news.asp;");
}

drawMenus();