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(menuStyle=new mm_style()){
bordercolor="white";
borderstyle="none";
borderwidth=1;
fontfamily="Verdana";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#999999";
offcolor="#ffffff";
onbgcolor="#FC7216";
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=7;
pagebgcolor="#8AB51E";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Company")){
overflow="scroll";
style=menuStyle;
aI("text=Profile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=company.html;")
aI("text=News;url=news.php;")
aI("text=Articles;url=articles.php;")
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Shrimp Feed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=shrimp-brands.html;")
aI("text=Fresh Water Fish Feed;url=fish-brands.html;")
aI("text=Marine Fish Feed;url=megami.html;")
aI("text=Bird Food;url=birdfeed.html;")
aI("text=Dog Food;url=dogfood.html;")
aI("text=Koi Food;url=koifeed.html;")
aI("text=Gold Fish Food;url=goldfishfeed.html;")
}

drawMenus();


oncolor="#ffffff";