/**********************************************/
//Menu Type
/**********************************************/
//1: Horizental - 2: Vertical
MENU_TYPE=2;

//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=115;
LEFT=7;


/**********************************************/
//Item Dimension
/**********************************************/
WIDTH=124;
HEIGHT=20;
SIZE=10;  //this lets you set font size - replaces FONTSIZE

/**********************************************/
//Global Menu Settings for all: Required
/**********************************************/
HALIGN="LEFT";
LayerBackground="#331717";
LayerColor="#331717";
LayerRollColor="#660000";
FONT="verdana";
//FONTSIZE="1.7";
FONTSTYLE="bold";
FONTCOLOR="#f5f5b8";
START_CHAR="&nbsp;&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="892E00";
Main_Parent_LayerColor="892E00";
Main_Parent_LayerRollColor=""; 
Main_Parent_FONT="verdana";
Main_Parent_FONTSTYLE="bold";
//Main_Parent_FONTSIZE="1.7";
Main_Parent_FONTCOLOR="F5F5B8";
Main_Parent_START_CHAR="";


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


/**********************************************/
//Link and Rollover font color
/**********************************************/
//Remember CSS requires 6 digit color, ie: 000CFF
FONTLINKCOLOR="#F5F5B8";    
FONTLINKROLLCOLOR="#ffcc66";
FONTLINKSTYLE="bold";
FONTLINKVISITEDCOLOR="#F5F5B8";
/**********************************************/
//Children Offsets
/**********************************************/
TOP_OFFSET=0;
LEFT_OFFSET=24;
