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="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#B0C4DE";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)"; 
overfilter="Fade(duration=0.2);Alpha(opacity=75); Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=6;


}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
position="relative";
style=menuStyle;
top=0;
aI("text=Home  ;url=http://www.securecashnetwork.com/;");
aI("showmenu=Corporate;text=Corporate Info;");
aI("showmenu=Products;text=Products and Services;");
aI("showmenu=Solutions;text=Business Solutions;");
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Company Overview;url=http://www.securecashnetwork.com/overview.asp;");
aI("text=Management Team;url=http://www.securecashnetwork.com/mgmt.asp;");
aI("text=Press Room;url=http://www.securecashnetwork.com/news.asp;");
aI("text=Contact Us;url=http://www.securecashnetwork.com/contact.asp;")
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Stored Value Debit Cards;url=http://www.securecashnetwork.com/cards.asp;");
aI("text=Walk-In Remittance;url=http://www.securecashnetwork.com/latintrans.asp;");
aI("text=Prepaid Remittance;url=http://www.securecashnetwork.com/prepaidremittance.asp;");
aI("text=Walk-In Bill Payment;url=http://www.securecashnetwork.com/billpay.asp;");
}

with(milonic=new menuname("Solutions")){
style=menuStyle;
aI("text=Retailers;url=http://www.securecashnetwork.com/retail.asp;");
aI("text=Employers;url=http://www.securecashnetwork.com/employer.asp;");
aI("text=Direct Marketers;url=http://www.securecashnetwork.com/marketer.asp;");
}

drawMenus();

