/////////////////////////////////////////////////////////////////////////////////////
//Copyright (c) 2002 Younes Bouab (www.SUPEReDITION.com) Version 1.25
//
//Experience the DHTML Menu - Get it at www.SUPEReDITION.com
//
//***********************************************************************************

/////////////////////////////////////////////////
//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=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 (MENU CENTRED Dynamicly)
/**********************************************/

// changed aw 02jun06 TOP=78;
TOP=0;

LEFT=1;		// changed aw 16jul07 LEFT=0;
 
// Why 325?: In this example, I have 5 Parent menus
// That have each 130 width, 130*5=650 (menu width)
// so to have the menu centered I take 
// the center of the screen (screen.width/2) 
// and I subtract 325, which is IN THIS EXAMPLE
// the center point of the menu
// now 7 items @ 110. width = 800 so left = 800 - 770 / 2 = 15
                              


/**********************************************/
//Menu item Dimension
/**********************************************/
WIDTH=120;               
CHILD_WIDTH=200;	// changed aw for testing HEIGHT=28;
HEIGHT=18;

/**********************************************/
//Global Menu Settings for all: Required
/**********************************************/
//Main Menu Items

HALIGN="LEFT";
// aw 02jun06LayerColor="#4A6384";
LayerColor="#0000CC";
LayerRollColor="#ADBCD1";
FONT="Verdana, Arial, Helvetica, sans-serif";
FONTSIZE="10";
FONTSTYLE="bold" //normal/bold/bolder/lighter
FONTCOLOR="white";
FONTDECORATION="none";//underline/overline/line-through/blink/none
//RJR Added 28/11/02
HOVER_FONT="Verdana, Arial, Helvetica, sans-serif";
HOVER_FONTSIZE="10";
HOVER_FONTSTYLE="normal" //normal/bold/bolder/lighter
HOVER_FONTCOLOR="blue";
HOVER_FONTDECORATION="none";//underline/overline/line-through/blink/none
//RJR Added 28/11/02
VISITED_FONT="Verdana, Arial, Helvetica, sans-serif";
VISITED_FONTSIZE="10";
VISITED_FONTSTYLE="bold" //normal/bold/bolder/lighter
VISITED_FONTCOLOR="white";
VISITED_FONTDECORATION="none";//underline/overline/line-through/blink/none
//
START_CHAR=">";
//START_CHAR=" ";

/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
// aw 02jun06 Main_Parent_LayerColor="#4A6384";
Main_Parent_LayerColor="";
Main_Parent_LayerRollColor="#ADBCD1"; 
Main_Parent_FONT="arial";
Main_Parent_FONTSTYLE="normal";
Main_Parent_FONTSIZE="10";
Main_Parent_FONTCOLOR="white";
// Main_Parent_START_CHAR="<img src='images/arrow.gif' border='0' width='13' height='10'>&nbsp;";
//Main_Parent_START_CHAR="<img src='http://bmauto.com.au/images/space20x5.gif' border='0' width='8' height='10'>&nbsp;";
Main_Parent_START_CHAR="<img src='images/space20x5.gif' border='0' width='8' height='10'>&nbsp;";

/**********************************************/
//Layer Border Properties
/**********************************************/
LayerBorderSize="2";
LayerBorderStyle="groove";
LayerBorderColor=  "#CCCCCC";
//LayerBorderColor=  "#000033";


/**********************************************/
//Menu Children Offsets
/**********************************************/
TOP_OFFSET=0;
LEFT_OFFSET=0;

