emptyimage="transparent.gif";
showdelay=200;
hidedelay=800;

/*Start Style Declarations*/

with(mainMenuStyle=new fxstyle()){
width=39;
height=15;
color="#00441B";
coloron="#09A446";
bgcolor="#FFFFFF";
bgcoloron="#FFFFFF";
fontsize="9pt";
fontfamily="Arial";
paddingtop=0;
paddingleft=2;
arrowright=0;
arrowtop=2;
}

with(mainMenuStyle2=new fxstyle()){
width=60;
height=15;
color="#00441B";
coloron="#09A446";
bgcolor="#FFFFFF";
bgcoloron="#FFFFFF";
fontsize="9pt";
fontfamily="Arial";
paddingtop=0;
paddingleft=2;
arrowright=0;
arrowtop=2;
}

with(mainMenuStyle3=new fxstyle()){
width=88;
height=15;
color="#00441B";
coloron="#09A446";
bgcolor="#FFFFFF";
bgcoloron="#FFFFFF";
fontsize="9pt";
fontfamily="Arial";
paddingtop=0;
paddingleft=2;
arrowright=0;
arrowtop=2;
}

with(mainMenuStyle4=new fxstyle()){
width=83;
height=15;
color="#00441B";
coloron="#09A446";
bgcolor="#FFFFFF";
bgcoloron="#FFFFFF";
fontsize="9pt";
fontfamily="Arial";
paddingtop=0;
paddingleft=2;
arrowright=0;
arrowtop=2;
}

with(mainMenuStyle5=new fxstyle()){
width=69;
height=15;
color="#00441B";
coloron="#09A446";
bgcolor="#FFFFFF";
bgcoloron="#FFFFFF";
fontsize="9pt";
fontfamily="Arial";
paddingtop=0;
paddingleft=2;
arrowright=0;
arrowtop=2;
}

with(mainMenuStyle6=new fxstyle()){
width=80;
height=15;
color="#00441B";
coloron="#09A446";
bgcolor="#FFFFFF";
bgcoloron="#FFFFFF";
fontsize="7pt";
fontfamily="Arial";
paddingtop=0;
paddingleft=2;
arrowright=0;
arrowtop=2;
}



with(itemStyle=new fxstyle()){
width=135;
height=20;
color="#00441B";
coloron="#FFFFFF";
bgcolor="#BFE9D1";
bgcoloron="#00441B";
fontsize="8pt";
fontfamily="Arial";
paddingtop=4;
paddingleft=2;
arrowright=20;
arrowtop=2;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=100)";
menubgcolor="#FFFFFF";
menuborderwidth=0;
menubordercolor="#FFFFFF";
separatorsize=2;
separatorcolor="#FFFFFF";
highlightpath=true;
wiseposition=true;
}


/*Start Menu Declarations*/

with(new fxmenu("MainMenu")){
style=mainMenuStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=Home;url=default.asp;");
}

with(new fxmenu("MainMenu2")){
style=mainMenuStyle2;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=About Us;url=profile.htm;");
}

with(new fxmenu("MainMenu3")){
style=mainMenuStyle3;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=Announcements;url=announcements.htm;");
}

with(new fxmenu("MainMenu4")){
style=mainMenuStyle4;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=Our Products;show=submenu;");
}

with(new fxmenu("MainMenu5")){
style=mainMenuStyle5;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=Contact Us;url=contactus.aspx;");
}


with(new fxmenu("submenu")){
style=itemStyle;
menustyle=menuStyle;
fx("text=Fats and Oil Derivatives;url=fatsandoil.htm;");
fx("text=Surfactants;url=surfactants.htm");
fx("text=Industrial Field List;url=ifl.htm");
}

with(new fxmenu("submenu1")){
style=itemStyle;
menustyle=menuStyle;
fx("text=Company Profile;url=profile.htm;");
fx("text=Our Team;url=team.htm");
}

with(new fxmenu("Legacy")){
style=mainMenuStyle6;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=Legal Statement;url=legacy.htm;");
}

with(new fxmenu("Policy")){
style=mainMenuStyle6;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=Privacy Policy;url=policy.htm;");
}


buildMenus();
