
emptyimage="menu/transparent.gif";// Transparent image in gif format.
showdelay=150;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=150;//Time delay before submenus are hidden. Unit is milliseconds.
bodymargin=0;
/*Start Style Declarations*/

with(itemStyleMenu=new fxstyle()){
paddingtop=0;
paddingleft=0;
}



with(itemStyle=new fxstyle()){
color="#fef0cb";
coloron="#020319";
bgcoloron="#fef0cb";
fontsize="11px";
fontfamily="Verdana";
paddingtop=3;
paddingleft=0;
align="center";
borderwidth=1;
borderstyle="solid";
bordercolor="#fef0cb";


}

with(menuStyle=new fxmenustyle()){
separatorsize=0;
menuborderwidth=0;
highlightpath="true";
}

with(menuItemStyle=new fxmenustyle()){
separatorsize=3;
highlightpath="true";
}



/*Start Menu Declarations*/

with(new fxmenu("amrop")){
style=itemStyleMenu;
menustyle=menuStyle;
visible=true;
position="relative";
top=0;
left=0;
orientation="horizontal";
fx("image=images/nav-ho_01.gif;imageon=images/nav-ho-r_01.gif;show=amrop_sub;width=167;height=60;");
fx("image=images/nav-ho_02.gif;imageon=images/nav-ho-r_02.gif;show=metier_sub;width=167;height=60;");
fx("image=images/nav-ho_04.gif;imageon=images/nav-ho-r_04.gif;show=rencontres_sub;width=167;height=60;");
fx("image=images/nav-ho_03.gif;imageon=images/nav-ho-r_03.gif;url=collectivites.html;width=167;height=60;");
}





//---
with(new fxmenu("amrop_sub")){
style=itemStyle;
menustyle=menuItemStyle;
position="relative";
top=3;
fx("text=Activité;url=connaitre.html;width=167;height=25;");
fx("text=Consultants;url=consultants.html;width=167;height=25;");
fx("text=Réseau d'experts;url=experts.html;width=167;height=25;");
fx("text=Couverture géographique;url=hever.html;width=167;height=25;");
fx("text=Contacts;url=contacts.html;width=167;height=25;");
}

with(new fxmenu("metier_sub")){
style=itemStyle;
menustyle=menuItemStyle;
position="relative";
top=3;
fx("text=Approche directe;url=approche.html;width=167;height=25;");
fx("text=Management de transition;url=transition.html;width=167;height=25;");
fx("text=Evaluation / Coaching;url=evaluation.html;width=167;height=25;");
}

with(new fxmenu("rencontres_sub")){
style=itemStyle;
menustyle=menuItemStyle;
position="relative";
top=3;
fx("text=Présentation;url=presentation.html;width=167;height=25;");
fx("text=Agenda des rencontres;url=agenda.html;width=167;height=25;");
}


buildMenus();
