
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=2                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=2             // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(topStyle=new mm_style()){
	onbgcolor="#88A5C0";
	oncolor="#FFFFFF";
	offbgcolor="#FFFFFF";
	offcolor="#31577D";
	bordercolor="#660027";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#31577D";
	separatorsize="2";
	separatorheight="2";
	separatorpadding="8";
	padding=3;
	fontsize="10pt";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Arial, helvetica, sans serif;";
	
}

with(subStyle=new mm_style()){
	onbgcolor="#31577D";
	oncolor="#FFFFFF";
	offbgcolor="#E8F2FE";
	offcolor="#31577D";
	bordercolor="#31577D";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#587BA3";
	separatorsize="1";
	padding=3;
	fontsize="10pt";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Arial, helvetica, sans serif;";
	
	overfilter="Fade(duration=0.4);Shadow(color='#777777',Direction=135,Strength=2)";
	outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("aboutus")){
style=subStyle;
overflow="scroll";
aI("text=History;url=history.cfm;");
aI("text=Organization;url=organization.cfm;");
aI("text=Values;url=values.cfm;");
} 

with(milonic=new menuname("inthepress")){
style=subStyle;
overflow="scroll";
aI("text=News in Print;url=news.cfm;");
aI("text=Video;url=video.cfm;");
} 
// drawMenus();
