//1: Horizental - 2: Vertical
MENU_TYPE=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.  
Sort=0;

/**********************************************/
//Starting point
/**********************************************/
//For dynamic starting point use "screen.height"
//and "screen.width" accordingly. 
TOP=5;
LEFT=25;


/**********************************************/
//Item Dimension
/**********************************************/
WIDTH=110;
HEIGHT=22;

/**********************************************/
//Global Menu Settings for all: Required
/**********************************************/
HALIGN="LEFT";
LayerBackground="";
LayerColor="#6633FF";
LayerRollColor="#333399";
FONT="verdana";
FONTSIZE="1.5";
FONTSTYLE="yes";
FONTCOLOR="#FFFFFF";
START_CHAR="&nbsp;";


/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
Main_Parent_HALIGN="Left";
Main_Parent_LayerBackground="";
Main_Parent_LayerColor="";
Main_Parent_LayerRollColor=""; 
Main_Parent_FONT="verdana";
Main_Parent_FONTSTYLE="";
Main_Parent_FONTSIZE="";
Main_Parent_FONTCOLOR="";
Main_Parent_START_CHAR="";


/**********************************************/
//Border Properties
/**********************************************/
LayerBorderSize="1";
LayerBorderStyle="solid";
LayerBorderColor="#000000";


/**********************************************/
//Link and Rollover font color
/**********************************************/
//Remember CSS requires 6 digit color, ie: 000CFF
FONTLINKCOLOR="#FFFFFF";    
FONTLINKROLLCOLOR="#FF9999";
FONTLINKVISITEDCOLOR="#000000"


/**********************************************/
//Children Offsets
/**********************************************/
TOP_OFFSET=5;
LEFT_OFFSET=10;