//////////////////////////////////////////////////////////////////////////////////////
//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: Do Not Change! 
/**********************************************/
MENU_TYPE=1; //1: Horizental
             //2: Vertical

Sort=0;   //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 341
/**********************************************/

TOP=110;
LEFT= (screen.width/2)-220;


/**********************************************/
//Menu item Dimension 132 20
/**********************************************/
WIDTH=139;
HEIGHT=39;


/**********************************************/
//Layers Alignment
/**********************************************/
HALIGN="left";
VALIGN="MIDDLE";


/**********************************************/
//Global Menu Settings for all
/**********************************************/
//Main Menu Items
LayerColor="#A5BBFB";
LayerRollColor="#B7C8FC";
FONT="system";
FONTSIZE="2";
FONTSTYLE="B" // "": Normal, "B": Bold, "I": Italic
FONTCOLOR="white";
ROLL_FONTCOLOR="6F8FFA";
START_CHAR="> "; //Starting Character


/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
Main_Parent_LayerColor="transparent";
Main_Parent_LayerRollColor=""; 
Main_Parent_FONT="verdana";
Main_Parent_FONTSTYLE="";
Main_Parent_FONTSIZE="";
Main_Parent_FONTCOLOR="";
Main_Parent_ROLL_FONTCOLOR="";
Main_Parent_START_CHAR="";


/**********************************************/
//Layer Border Properties
/**********************************************/
LayerBorderSize="0";
LayerBorderStyle="dotted";
LayerBorderColor="#6183F2";


/**********************************************/
//Menu Children Offsets
/**********************************************/
TOP_OFFSET=0;
LEFT_OFFSET=0;
