///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Hierarchy Menu 1.29 - THE COPYRIGHT MESSAGE BELOW MUST STAY INTACT AT ALL TIMES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Author:            Younes Bouab
//Date Released:     12-27-02 @ 4:38 PM
//Version:           1.29 - Added Menu Link and Rollover font color settings (see "Config.js")
//Copyright:         Younes Bouab, www.SUPEReDITION.com 2002
//
//HomePage:          http://www.superedition.com/HMenu
//
//*********************************************************************************************
//      If you decide to use our menu,  please support us by sending 
//      whatever financial contribution you can afford to: 
//
//      Younes Bouab
//      717, 23rd Street #2
//      Sacramento CA 95816 - USA
//
//      PayPal Account: Billing@SUPEReDITION.com
//  
//      Users that have sent a financial contribution, will be entitled to 
//      1 year of technical support by sending an email to HMenu_Support@SUPEReDITION.com
//      Please, specify the version of the menu used when requesting support.          
//**********************************************************************************************
//
//
/**********************************************/
//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=189;
LEFT=15;


/**********************************************/
//Item Dimension
/**********************************************/
WIDTH=168;
HEIGHT=34;
// $TW
CHILDWIDTH=168;

/**********************************************/
//Global Menu Settings for all: Required
/**********************************************/
HALIGN="LEFT";
// $TW
VALIGN="MIDDLE";

LayerBackground="/images/menuitem.gif";
LayerColor=""

// $TW
EmptyItemColor="";	// Set this to specify the color of 
                        // empty items (e.g. to similar transparent 
                        // background)
LayerRollColor="";
FONT="Arial, Helvetica, sans-serif"
FONTSIZE="1";
FONTSTYLE="";
FONTCOLOR="#FFFFFF";
START_CHAR="";

/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
Main_Parent_HALIGN="Left";
// $TW
Main_Parent_VALIGN="MIDDLE";
Main_Parent_LayerBackground="/images/menuitem.gif";
Main_Parent_LayerColor="";
Main_Parent_LayerRollColor=""; 
Main_Parent_FONT=""
Main_Parent_FONTSIZE="";
Main_Parent_FONTSTYLE="bold";
Main_Parent_FONTCOLOR="#FFFFFF";
Main_Parent_START_CHAR="";
Main_Parent_ShowBorder="1";	// Set to "0" to hide border in top-level menu


/**********************************************/
//Border Properties
/**********************************************/
LayerBorderSize="4";
LayerBorderStyle="solid";
LayerBorderColor="#FFFFFF";


/**********************************************/
//Link and Rollover font color
/**********************************************/
//Remember CSS requires 6 digit color, ie: 000CFF
// $TW: NOTE: FONTLINKCOLOR doesn't work on IE,
// if it is set to something else than 
// FONTLINKROLLCOLOR. To change the link color
// (link, visited and hover attributes!), set
// both to the same color value!
FONTLINKCOLOR="#FFFFFF";    	
FONTLINKROLLCOLOR="#FFFFFF";

// $TW
SLCTLINK_COLOR="CC9966"; // For automated position tracking
SLCTLINK_FONT="Arial, Helvetica, sans-serif"; // Also gets "bold" attribute!

/**********************************************/
//Children Offsets
/**********************************************/
TOP_OFFSET=10;
LEFT_OFFSET=-30;