
//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! 
/**********************************************/
xMENU_TYPE=2; //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
/**********************************************/
xTOP=137;
xLEFT=2;


/**********************************************/
//Menu item Dimension
/**********************************************/
xWIDTH=175;
xHEIGHT=20;


/**********************************************/
//Layers Alignment
/**********************************************/
HALIGN="LEFT";
VALIGN="center";


/**********************************************/
//Global Menu Settings for all
/**********************************************/
//Main Menu Items
xLayerColor="#808080";
xLayerRollColor="#999999";
xFONT="arial";
xFONTSIZE="1";
xFONTSTYLE="" // "": Normal, "B": Bold, "I": Italic
xFONTCOLOR="#ffffff";
xROLL_FONTCOLOR="#FFFFFF";
xSTART_CHAR="&nbsp;&nbsp;"; //Starting Character


/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
xMain_Parent_LayerColor="#BF3000";
xMain_Parent_LayerRollColor="#808080"; 
xMain_Parent_FONT="arial";
xMain_Parent_FONTSTYLE="";
xMain_Parent_FONTSIZE="1";
xMain_Parent_FONTCOLOR="#ffffff";
xMain_Parent_ROLL_FONTCOLOR="#ffffff";
Main_Parent_START_CHAR="&nbsp;&nbsp;";


/**********************************************/
//Layer Border Properties
/**********************************************/
xLayerBorderSize="1";
LayerBorderStyle="solid";
LayerBorderColor="#FFFFFF";


/**********************************************/
//Menu Children Offsets
/**********************************************/
TOP_OFFSET=5;
LEFT_OFFSET=5;
