


_menuCloseDelay=900           // 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=0            // Sub menu left offset


with(membermenuStyle=new mm_style()){
onbgcolor="#CECE63";
oncolor="#000000";
offbgcolor="#003300";
offcolor="#FFFFFF";
bordercolor="#003300";
borderstyle="solid";
borderwidth=2;
separatorcolor="#CECE63";
separatorsize=1;
padding=1;
fontweight="bold";
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#CECE63";
oncolor="#000000";
offbgcolor="#003300";
offcolor="#FFFFFF";
bordercolor="#003300";
borderstyle="solid";
borderwidth=2;
separatorcolor="#CECE63";
separatorsize=1;
padding=1;
fontweight="bold";
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#9B9B30";
oncolor="#000000";
offbgcolor="#CECE63";
offcolor="#000000";
bordercolor="#003300";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003300";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}with(milonic=new menuname("About_Us")){
style=submenuStyle;
orientation="horizontal";
overflow="overflow";

aI("text=Mission & Objectives;url=../about_us/mission_and_objectives.asp;");

aI("text=Core Values;url=../about_us/core_values.asp;");

aI("text=Fast Facts;url=../about_us/fast_facts.asp;");
aI("text=Contact List;url=../contact_list/default.asp;");


}

with(milonic=new menuname("International_Trade")){
style=submenuStyle;
orientation="horizontal";
overflow="overflow";


aI("text=Current Projects;url=../international_trade/current_projects.asp;");

aI("text=Imports & Exports;url=../international_trade/USA_seed_exports.asp;");

aI("text=Trade Statistics;url=../international_trade/trade_statistics.asp;");

aI("text=Trading Rules & Dispute Settlement;url=../international_trade/other_activities.asp;");
}



with(milonic=new menuname("Membership_Info")){
style=submenuStyle;
orientation="horizontal";
overflow="overflow";
aI("text=Become a Member;url=../membership_info/become_a_member.asp;");

aI("text=Member Benefits;url=../membership_info/member_benefits.asp;");

aI("text=Privacy Statement;url=../membership_info/privacy_statement.asp;");
}



with(milonic=new menuname("News_and_Meetings")){
style=submenuStyle;
orientation="horizontal";
overflow="overflow";
aI("text=News;url=../news_meetings/news.asp;");

aI("text=Press Releases;url=../news_meetings/press_releases.asp;");


aI("text=Meeting Schedule;url=../news_meetings/meeting_schedule.asp;");
}



with(milonic=new menuname("Library")){
style=submenuStyle;
orientation="horizontal";
overflow="overflow";

aI("text=Position Papers;url=../library/position_papers.asp;");

aI("text=Submissions;url=../library/submissions_presentations.asp;");

aI("text=Facts & Information;url=../library/facts.asp;");

aI("text=Plant Breeders' Rights;url=../library/plant_breeders_rights.asp;");

aI("text=FAQ;url=../library/faq.asp;");
}



with(milonic=new menuname("Links")){
style=submenuStyle;
orientation="horizontal";
overflow="overflow";
aI("text=CSTA Members;url=../links/CSTA_members.asp;");
aI("text= Associate Members;url=../links/associate_members.asp;");
aI("text= Affiliate Members;url=../links/affiliate_members.asp;");
aI("text= Honorary Members;url=../links/honorary_members.asp;");
aI("text= Government;url=../links/government.asp;");
aI("text= General Interest;url=../links/general_interest.asp;");
}

with(milonic=new menuname("Contact_List")){
style=submenuStyle;
orientation="horizontal";
overflow="overflow";
aI("text=Directors;url=../contact_list/directors.asp;");
aI("text=Officers;url=../contact_list/officers.asp;");
aI("text= Staff;url=../contact_list/staff.asp;");
}
drawMenus();

