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


with(menuStyle=new mm_style()){
onbgcolor="#5b433d";
oncolor="#fff";
offbgcolor="#c3ad98";
offcolor="#382f2d";
bordercolor="#100";
borderstyle="solid";
borderwidth=1;
separatorcolor="#100";
separatorsize="1";
padding=5;
fontsize="85%";
fontstyle="normal";
fontfamily="'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Console', Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#fff";
headercolor="#110000";
headerbgcolor="#fff";
subimage="home2003/arrow_right.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(mainStyle=new mm_style()){
oncolor="#f00";
offcolor="#fff";
padding=0;
fontsize="12px";
fontstyle="normal";
fontfamily="'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Console', Arial,sans-serif";
}