_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // 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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#50b948";
pagebgcolor="transparent";
pagecolor="#50b948";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorimage="/i/common/menusep.gif";
separatorwidth="3";
separatorheight="31";
separatorstyle="dotted";
padding=4;
fontsize="15";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#50b948";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
rawcss="padding-left:10px;padding-right:10px";
}

with(menuStyle=new mm_style()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
_menuCloseDelay=500;
_menuOpenDelay=200;
}

/*
with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
}


with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
aI("text=Salares 7 Project;url=/s/Salares_7.asp?ReportID=374587;status=Salares 7 Project;");
aI("text=About Lithium;url=/s/About_Lithium.asp?ReportID=374600;status=About Lithium;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Media Coverage;url=/s/Media_Coverage.asp;status=Media Coverage;");
aI("text=Analyst Coverage;url=/s/Analyst_Coverage.asp;status=Analyst Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}
*/

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=-1";
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();
