_CFix=1
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

//menuLevel01_Style----------------------------------------------------------------------------
with(menuLevel01_Style=new mm_style()){
align="left";
padding=2;

offbgcolor="#006691";
offcolor="#FFFFFF";
fontsize=11;
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";

itemwidth="179";
itemheight= "28";

imagepadding="0";
bgimage="images/bgrd_menu_cell.gif";
overbgimage="images/bgrd_menu_cell1.gif";
}
//menuLevel02_Style ----------------------------------------------------------------------------
with(menuLevel02_Style=new mm_style()){
followscroll="0";
//itemwidth=180;
oncolor="#000000";
onbgcolor="#00EBFE";
offbgcolor="#00b6d7";
offcolor="#000000";

bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize=1;

padding=10;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";

overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
}
