/** 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=0 // Sub menu top offset
_subOffsetLeft=40 // Sub menu left offset


with(menuStyle=new mm_style()){
oncolor="#ffffff";
offcolor="#000000";
separatorsize="0";
separatorcolor="#FFFFFF";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
outfilter="randomdissolve(duration=0.3)";		
}  

with(dropStyleMC=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
offbgcolor="#9eb9cd";
offcolor="#000000";
onbgcolor="#386f99";
oncolor="#ffffff";
padding="5";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#9eb9cd";
headercolor="#000000";
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("current_projects")){
itemwidth="125";
style=dropStyleMC;
alignment="left";
aI("text=Domestic;url=current_projects_domestic.html;")
aI("text=International;url=current_projects_international.html;")
}

drawMenus();