
MENU_TYPE=1; //1: Horizental
             //2: Vertical

Sort=1;   //Sort: When set to 1, the 
          //menu items are sorted according 
          //to the index value. This feature
          //can be used when a server side
          //language (asp. jsp. php,...)
          //is used to generate the menu items 
          //from a database and they are not always 
          //in order.  



/**********************************************/
//Menu Starting point
/**********************************************/
TOP=20;
LEFT=240;


/**********************************************/
//Menu item Dimension
/**********************************************/
WIDTH=116;
HEIGHT=20;


/**********************************************/
//Layers Alignment
/**********************************************/
HALIGN="LEFT";
VALIGN="MIDDLE";


/**********************************************/
//Global Menu Settings for all
/**********************************************/
//Main Menu Items
LayerColor="#F4F4F4";
LayerRollColor="#E6E6E6";
FONT="ARIAL";
FONTSIZE="1";
FONTSTYLE="" // "": Normal, "B": Bold, "I": Italic
FONTCOLOR=""; //#2e3192
ROLL_FONTCOLOR="";//#ED1C24
START_CHAR="&nbsp;"; //Starting Character


/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
Main_Parent_LayerColor="ffffff";
Main_Parent_LayerRollColor="ffffff"; 
Main_Parent_FONT="TAHOMA";
Main_Parent_FONTSTYLE="B";
Main_Parent_FONTSIZE="2";
Main_Parent_FONTCOLOR="";//#2e3192
Main_Parent_ROLL_FONTCOLOR=""; //#ED1C24
Main_Parent_START_CHAR="&nbsp;";


/**********************************************/
//Layer Border Properties
/**********************************************/
LayerBorderSize="1";
LayerBorderStyle="solid";
LayerBorderColor="ffffff";


/**********************************************/
//Menu Children Offsets
/**********************************************/
TOP_OFFSET=5;
LEFT_OFFSET=10;
