/*
Tips & Tricks

 1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
	the id='imenus0' statement within the menu structure and links secion above.  The numbers must 
	match for the menu to work, multiple menus may be used on a single page by adding new sections 
	with new id's.

 2: To specifically define settings for an individual item or container, apply classes or inline styles
	directly to the UL and A tags in the HTML tags which define your menus structure and links above.

 3: Use the parameter options below to define borders and padding.  Borders and padding specified
	within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
	some browsers.
 
*/
/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

function menudata0() {
    /*---------------------------------------------
    EXPAND ICON IMAGES
    ---------------------------------------------*/
	//Expand Images are the icons which indicate an additional sub menu level.)
    //this.main_expand_image_style = "background: url('js/arrow_main.gif') center right no-repeat;";
    //this.main_expand_image_hover_style = "background: url('js/arrow_main.gif') center right no-repeat;";
	this.subs_expand_image_style = "background: url('images/arrow_sub.gif') left right no-repeat;";
	this.subs_expand_image_hover_style = "background: url('images/arrow_sub.gif') left right no-repeat;";

    /*---------------------------------------------
    MENU CONTAINER SETTINGS
    ---------------------------------------------*/
	//MAIN CONTAINER
   //this.main_container_border_width = "1px";
   this.main_container_border_width = "0px";
   this.main_container_border_style = "none";
   //this.main_container_styles =   "background-color:#cce3f8;border-color:#769bba;";
   this.main_container_styles =   "";

	///SUB CONTAINERS
   this.subs_container_padding = "0px, 0px, 0px, 0px";
   this.subs_container_border_width = "0px;";
   this.subs_container_border_style = "none";
   this.subs_container_styles =   "none;";
   //this.subs_container_styles =   ""

    /*---------------------------------------------
    MENU ITEM SETTINGS
    ---------------------------------------------*/
	//MAIN ITEMS
	//this.main_item_padding = "2px,5px,2px,5px";ffcc00
	this.main_item_padding = "9px,5px,10px,5px";
	//this.main_item_styles = "text-decoration:none; font-weight:bold;font-family:Arial; font-size:12px; background-color:#06437d; color:#e6e6e6; border-style:none; text-align:center; border-style:none; border-color:#000000; border-width:0px;";
	this.main_item_styles = "background: black;background-image : url(images/nav/bgnav.jpg);background-repeat : repeat-x; text-decoration:none; color: #ccc;font: normal 11px Arial;text-align:center;font-weight: bold;height:top: 0px; border: 0px solid red;";
	//this.main_item_hover_styles =  "background-color:#cce3f8;		text-decoration:normal;		color:111111;";
	this.main_item_hover_styles =  "background: black;background-image : url(images/nav/bgnav.jpg);background-repeat : repeat-x; text-decoration:none; color: white;font: normal 11px Arial;text-align:center;font-weight: bold;";
	//red=#D92026
	//this.main_item_active_styles = "background-color:#cce3f8;		text-decoration:normal;		color:111111;";
	this.main_item_hover_styles =  "background: black;background-image : url(images/nav/bgnav.jpg);background-repeat : repeat-x; text-decoration:none; color: white;font: normal 11px Arial;text-align:center;font-weight: bold;";

	//SUB ITEMS
	this.subs_item_padding = "5px,5px,5px,5px";
	this.subs_item_styles= "text-decoration:none; font: normal 11px Arial; font-weight:bold; background: none;background-color:#193155; color:#fff; text-align: left;";
	this.subs_item_hover_styles =  "text-decoration:none; font: normal 11px Arial; font-weight:bold; background-color:#193155; color:#fff; background: none; background-color: white; color: black;text-align: left;";
	this.subs_item_active_styles = "background-color:#193155; color:#fff;";

   /*---------------------------------------------
    ADDITIONAL SETTING
    ---------------------------------------------*/
	//MAIN MENU ORIENTATION
	this.main_is_horizontal = true;
	//MAIN MENU ITEM WIDTHS 
	//this.main_item_width = 160;			//default width for all items
	//800 total width
	
	this.main_item_width0 = 64;		// 1 home
	this.main_item_width1 = 64;		// 2 movies
	this.main_item_width2 = 75;		// 3 cinemsas
	this.main_item_width3 = 95;		// 4 imax	
	this.main_item_width4 = 81;	// 5 promos	
	this.main_item_width5 = 70;	// 6 promos	
	this.main_item_width6 = 70;	// 7 movies and
	this.main_item_width7 = 70;	// 8 partners		
	this.main_item_width8 = 110;		// 9 about us
	this.main_item_width9 = 90;	// 10 contact us
//	this.main_item_width9 = 67;	// 8
	
	//The mouse off and mouse over delay for sub menus
	this.menu_showhide_delay = 100;

}


