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="#296488";
	borderstyle="solid";
	borderwidth=1;
	fontfamily="Verdana, Tahoma, Arial";
	fontsize="90%";
	fontstyle="normal";
	fontweight="bold";
	headerbgcolor="#ffffff";
	headercolor="#000000";
	offbgcolor="lightgrey";
	offcolor="#515151";
	onbgcolor="#4F8EB6";
	oncolor="#ffffff";
	outfilter="randomdissolve(duration=0.3)";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
	padding=3;
	pagebgcolor="#82B6D7";
	pagecolor="black";
	separatorcolor="#2D729D";
	separatorsize=1;
	subimage="http://img.milonic.com/arrow.gif";
	subimagepadding=2;
}

with(milonic=new menuname("Attorneys")){
overflow="scroll";
style=menuStyle;
aI("text=Forensic Imaging;url=att_imaging.html;")
aI("text=Forensic Investigation;url=att_investigation.html;")
aI("text=Electronic Discovery;url=ediscovery.html;")
}

with(milonic=new menuname("Companies")){
style=menuStyle;
aI("text=Forensic Investigation;url=com_investigation.html;")
aI("text=Forensic Imaging;url=com_imaging.html;")
aI("text=Preventative Forensics;url=preventative.html;");
}

with(milonic=new menuname("Individuals")){
style=menuStyle;
aI("text=Forensic Investigation;url=ind_investigation.html;")
aI("text=Forensic Imaging;url=ind_imaging.html;")
}

with(milonic=new menuname("Government")){
style=menuStyle;
aI("text=Forensic Investigation;url=g_investigation.html;")
aI("text=Forensic Imaging;url=g_imaging.html;")
}

with(milonic=new menuname("Education")){
style=menuStyle;
aI("text=1-Hour Lunch 'n Learn;url=education_lunch.html;");
aI("text=4-Hour Seminar;url=education_seminar.html;");
}

with(milonic=new menuname("Who")){
style=menuStyle;
aI("text=Our Company;url=company.html;");
aI("text=Our People;url=people.html;");
aI("text=FAQ;url=faq.html;");
aI("text=Press/Testimonials;url=press.html;");
aI("text=Our Partners;url=partners.html;");
}

drawMenus();

