/** Loma Linda University: Elias Pettengill: June 24, 2005**/

_menuCloseDelay=150 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150 // The time delay before menus open on mouse over
_subOffsetTop=1 // Sub menu top offset
_subOffsetLeft=-1 // Sub menu left offset


with(menuStyle=new mm_style()){
oncolor="#396b88";
offcolor="#396b88";
separatorsize="0";
separatorcolor="#396b88";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
outfilter="randomdissolve(duration=0.3)";		
}  

with(dropStyleMC=new mm_style()){
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
offbgcolor="#e8e8e8";
offcolor="#396b88";
onbgcolor="#d0d0d0";
oncolor="#396b88";
padding="5";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#396b88";
pagebgcolor="#d0d0d0";
headercolor="#d0d0d0";
headerbgcolor="#ffffff";
subimage="http://llu2.earthboundmedia.com/images/top_nav_right.gif";   
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
}

with(milonic=new menuname("about_us")){
itemwidth="210";
style=dropStyleMC;
alignment="left";
aI("text=High Def, HD-DVD, and Blu-Ray;url=highdef-hddvd-bluray.html;")
aI("text=DVD & CD Replication;url=dvd-cd-replication.html;")
aI("text=Complete Project Management;url=complete-project-management.html;")
aI("text=CD-R & DVD-R Disc Printing;url=cdr-dvdr-disc-printing.html;")
aI("text=Authoring & Encoding;url=authoring-encoding.html;")
aI("text=Website Development;url=website-development.html;")
aI("text=Outside Quality Testing;url=outside-quality-testing.html;")
aI("text=Disc Packaging;url=disc-packaging.html;")
aI("text=Fullfillment & Warehousing;url=fulfillment-warehousing.html;")
}

drawMenus();