_menuCloseDelay=0;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;            // The time delay before menus open on mouse over
_subOffsetTop=-100;             // Sub menu top offset
_subOffsetLeft=0;            // Sub menu left offset

/// Style Definitions ///

with(mainStyleHoriz=new mm_style()){
oncolor="#597BC0";
offcolor="#003366";
onbgcolor="#F2F4F6";
offbgcolor="#F2F4F6";
pagecolor="#597BC0";
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
subimage="data/menuh/coin_droit.gif";
subimageposition='right';
}

