_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=5              // Sub menu top offset
_subOffsetLeft=-5             // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
fixMozillaZIndex=true;


// horizontal menu
with(menuStyle=new mm_style()){	

	//parameters
	itemwidth=192;     
	itemheight='24';
	
    
	//font
	oncolor="#020101";
    offcolor="#080606";
	rawcss="text-transform: lovercase; margin-left: 30px;"	
	fontsize="10px";
    fontfamily="Verdana, Arial, Helvetica, sans-serif;";
    fontstyle="normal";
    fontweight="bold";
    //align="left";

    // rollover
	overbgimage='images/menu_rollover.jpg';
	bgimage='images/menu_rollout.jpg';
    
	//subimage
    subimage="images/bullet.gif";	
	subimageposition="right";    
	onsubimage='images/bullet_on.gif';    
	
}

with(menuStyleUpper=new mm_style()){
    offcolor='#000000';
    bgimage='images/menu_bg1.gif';
    overbgimage='images/menu_bg2.gif';
    itemheight=18;
    fontsize="11px";
    fontweight='bold';
    fontfamily="Arial, Verdana, Helvetica, sans-serif";
    rawcss="margin-left: 20px; nowrap; ";
    separatorimage="images/menu_separator.gif";
    separatorheight="2";
    width=100;
    itemwidth=100;
}


with(menuStyleSub=new mm_style()){
	
	// submenu color
    onbgcolor="#db9e42";
    offbgcolor="#f4deac";
	bordercolor="#BFBFBD";
    borderstyle="solid";
    borderwidth="1";
    
	//submenu parameter
	itemheight=18;
	itemwidth=180;    

	//font
	oncolor="#020101";
    offcolor="#080606";	
	rawcss="text-transform: lovercase;"	
	fontsize="10px";
    fontfamily="Verdana, Arial, Helvetica, sans-serif;";
	fontstyle="normal";
    fontweight="bold";
    align="left";

	//submenu image
	image="images/bullet2.gif";
    subimage="images/bullet.gif";	
	subimageposition="right";    
	onsubimage='images/bullet_on.gif';    

}
    