//Author: Younes Bouab

//Date Released:   10-25-02 @ 3:15PM

//Version 1.27: Fixed Menu Item Alignment (HALIGN) 

//Title:  Hierarchy Menu

//Copyright: Younes Bouab - SUPEReDITION.com 2002 

//Technical Support: bouaby@SUPEReDITION.com

//Support: SUPEReDITION.com

//Copyright (c) 2002 Younes Bouab (www.SUPEReDITION.com) Version 1.27

//Menu Configuration File

//You can change the value of a variable 

//below or turn it off by making it equal "" 

//to suit your needs, but you should not delete any variable.



MENU_TYPE=2; 



Sort=0;   //When set to 1, the menu items are sorted according to the index value.



TOP=120;

LEFT=10;



WIDTH=120;

HEIGHT=30;



//Global Menu Settings for all: Required

//Main Menu Items

HALIGN="center";

LayerColor="#99cccc";

LayerRollColor="#006666";

FONT="Georgia";

FONTSIZE="2";

FONTSTYLE="bold";

FONTCOLOR="#003333";

START_CHAR="";

fontRollColr="#ffffff";



//Main Parent Settings: Optional 

// leave empty "", if you would like to use 

// the Global Menu Settings above



Main_Parent_HALIGN="center";

Main_Parent_LayerColor="#99cccc";

Main_Parent_LayerRollColor="#006666"; 

Main_Parent_FONT="Georgia";

Main_Parent_FONTSTYLE="bold";

Main_Parent_FONTSIZE="2";

Main_Parent_FONTCOLOR="ffffff";

Main_Parent_START_CHAR="";

fontRollColr="#ffffff";





/**********************************************/

//Layer Border Properties

/**********************************************/

LayerBorderSize="2";

LayerBorderStyle="solid";

LayerBorderColor="#ffffff";





/**********************************************/

//Menu Children Offsets

/**********************************************/

TOP_OFFSET=-50;

LEFT_OFFSET=2;