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

// ----- MAIN MENU STYLES ----- //
with(menuStyleMain=new mm_style()){
oncolor="#000000";
offcolor="#990000";
onbgcolor="#FFFFFF";
offbgcolor="#FFFFFF";
bordercolor="#303030";
borderstyle="solid";
borderwidth="0";
separatorcolor="#bbbbbb";
separatorpadding="8";
separatorsize="1";
fontsize="16px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial,Helvetica,sans-serif";
pagecolor="#000000";  // FONT COLOR OF PAGE CURRENTLY ON
pagebgcolor="#FFFFFF";  // BACKGROUND COLOR OF PAGE CURRENTLY ON
headercolor="#cccccc";
headerbgcolor="#ffffff";
overfilter="Alpha(opacity=100);";
}

// ----- SUB-MENU STYLES ----- //
with(menuStyle=new mm_style()){
oncolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#990000";
offbgcolor="#FFFFFF";
bordercolor="#303030";
borderstyle="solid";
borderwidth=1;
separatorcolor="#555555";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial,Helvetica,sans-serif";
pagecolor="#000000";  // FONT COLOR OF PAGE CURRENTLY ON
pagebgcolor="#FFFFFF";  // BACKGROUND COLOR OF PAGE CURRENTLY ON
headercolor="#cccccc";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="5";
overfilter="Alpha(opacity=95);";
low3dcolor="#333333";
high3dcolor="#aaaaaa";
}

// ----- MAIN MENU SECTION ----- //
with(milonic=new menuname("Main Menu")){
style=menuStyleMain;
screenposition="center";
top="130";
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;url=http://www.hawaii.edu/bridgetohope/index.htm;");
aI("text=About Us;showmenu=aboutUsMenu;url=http://www.hawaii.edu/bridgetohope/about_us/index.htm;");
aI("text=FAQ;showmenu=faqMenu;url=http://www.hawaii.edu/bridgetohope/faq/index.htm;");
aI("text=Student Voices;showmenu=studentVoicesMenu;url=http://www.hawaii.edu/bridgetohope/student_voices/index.htm;");
aI("text=Advocacy;showmenu=advocacyMenu;url=http://www.hawaii.edu/bridgetohope/advocacy/index.htm;");
aI("text=Resources;showmenu=resourcesMenu;url=http://www.hawaii.edu/bridgetohope/resources/index.htm;");
aI("text=Downloads;showmenu=downloadsMenu;url=http://www.hawaii.edu/bridgetohope/downloads/index.htm;");
}


// ----- ABOUT US SECTION ----- //
with(milonic=new menuname("aboutUsMenu")){
style=menuStyle;

aI("text=Contact Us;url=http://www.hawaii.edu/bridgetohope/about_us/contact_us.htm;");
aI("text=Overview;url=http://www.hawaii.edu/bridgetohope/about_us/overview.htm;");
aI("text=Photos;url=http://www.hawaii.edu/bridgetohope/about_us/photos.htm;");
aI("text=News;url=http://www.hawaii.edu/bridgetohope/about_us/news.htm;");
}

// ----- STUDENT VOICES SECTION ----- //
with(milonic=new menuname("studentVoicesMenu")){
style=menuStyle;

aI("text=Featured Student;url=http://www.hawaii.edu/bridgetohope/student_voices/featured_student.htm;");
aI("text=Featured Students Archive;url=http://www.hawaii.edu/bridgetohope/student_voices/archived_featured_student.htm;");
aI("text=Guest Editor;url=http://www.hawaii.edu/bridgetohope/student_voices/guest_editor.htm;");
}

// ----- RESOURCES SECTION ----- //
with(milonic=new menuname("resourcesMenu")){
style=menuStyle;

aI("text=Back to College;url=http://www.hawaii.edu/bridgetohope/resources/back_to_college.htm;");
aI("text=Budgeting;url=http://www.hawaii.edu/bridgetohope/resources/budgeting.htm;");
aI("text=Child Care;url=http://www.hawaii.edu/bridgetohope/resources/child_care.htm;");
aI("text=Member Login;url=http://www.hawaii.edu/bridgetohope/scripts/login/index.htm;");
aI("text=Research;url=http://www.hawaii.edu/bridgetohope/resources/research.htm;");
aI("text=Social Services;url=http://www.hawaii.edu/bridgetohope/resources/social_services.htm;");
aI("text=Income Based Loan Repayment;url=http://www.hawaii.edu/bridgetohope/resources/ibr.htm;");

}


drawMenus();