/////////////////////////////////////////////////





//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=2; //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=164;

LEFT=2;



































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











//Menu item Dimension











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











WIDTH=115;











HEIGHT=17;























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











//Global Menu Settings for all: Required











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











//Main Menu Items











HALIGN="center";











LayerColor="#FFFFcc";











LayerRollColor="#ffffff"











FONT="verdana";











FONTSIZE="-2";











FONTSTYLE="B" // "": Normal, "B": Bold, "I": Italic











FONTCOLOR="#000000";











START_CHAR=" "; //Starting Character



































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











//Main Parent Settings: Optional 











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











// the Global Menu Settings above











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











Main_Parent_LayerColor="#FFFFCC";











Main_Parent_LayerRollColor="#ffffff"; 











Main_Parent_FONT="verdana";











Main_Parent_FONTSTYLE="";











Main_Parent_FONTSIZE="2";











Main_Parent_FONTCOLOR="#000000";











Main_Parent_START_CHAR=' ';



































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











//Layer Border Properties











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











LayerBorderSize="0";











LayerBorderStyle="solid";











LayerBorderColor="#000000";



































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











//Menu Children Offsets











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











TOP_OFFSET=2;











LEFT_OFFSET=5;