

/*  

**************************** Parameter Settings for IMenus ****************************

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 section 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.

4: Padding values in sequence apply to the top, right, bottom, and left edges in that order.

*/

// This is the unlock key

node7 = true

function menudata0()
{

    /*---------------------------------------------
      Expand Icon Images
    ---------------------------------------------*/

    //Expand Images are the icons which indicate an additional sub menu level.)

           this.main_expand_image_style = "background: center left no-repeat;";
           this.main_expand_image_hover_style = "background: center left no-repeat;";

	       this.subs_expand_image_style = "background: url(../pics/icon_right_arrow_white.gif) center right no-repeat;";
	       this.subs_expand_image_hover_style = "background: url(../pics/icon_right_arrow_white.gif) center right no-repeat;";

    /*---------------------------------------------
      Menu Container Settings
    ---------------------------------------------*/

	//Main Container

           this.main_container_border_width = "0px"
           this.main_container_border_style = "solid"

           this.main_container_styles =   "background-color:#;\
                                           border-color:#;"

	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "0px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#;\
                                           border-color:#;"

   /*---------------------------------------------
      Menu Item Settings
    ---------------------------------------------*/

	//Main Items

           this.main_item_padding = "1px,0px,0px,10px"

           this.main_item_styles =        "height:20px;\
		   								   text-decoration:none;\
                                           font-weight:normal;\
                                           font-family:verdana, arial, helvetica;\
                                           font-size:10px;\
                                           background-color:#;\
                                           color:#626262;\
                                           text-align:left;\
                                           border-style:solid;\
                                           border-color:#;\
                                           border-width:0px;"

           this.main_item_hover_styles =  "background-color:#BBBBBB;\
                                           font-weight:normal;\
                                           border-style:solid;\
										   border-color:#AAAAAA;\
										   border-width:1px;\
										   text-decoration:normal;\
                                           color:FFFFFF;"

           this.main_item_active_styles = "background-color:#CCCCCC;\
                                           text-decoration:normal;\
                                           color:FFFFFF;"

	//Sub Items - these are the drop down items

           this.subs_item_padding = "2px,2px,2px,10px"

           this.subs_item_styles =        "text-decoration:none;\
                                           background-color:#BBBBBB;\
										   font-face:verdana, arial, helvetica;\
                                           font-size:10px;\
                                           font-weight:normal;\
                                           color:#FFFFFF;\
                                           border-style:none;\
                                           text-align:left;\
                                           border-style:solid;\
                                           border-color:#AAAAAA;\
                                           border-width:1px;"

           this.subs_item_hover_styles =  "background-color:#CCCCCC;\
                                           border-style:solid;\
										   border-color:#FFFFFF;\
										   border-width:1px;\
										   color:#FFFFFF;"

           this.subs_item_active_styles = "background-color:#E45921;\
                                           color:#FFFFFF;"


   /*---------------------------------------------
     Additional Setting
    ---------------------------------------------*/

    //Main Menu Orientation

           this.main_is_horizontal = true

    //Main Menu Item Widths

           this.main_item_width = 	ThisWidth	//default width for all items
           this.main_item_width0 = 	ThisWidth	//optional specific width for the first menu item

    //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 00;
}

function menudata1()
{

    /*---------------------------------------------
      Expand Icon Images
    ---------------------------------------------*/

    //Expand Images are the icons which indicate an additional sub menu level.)

           this.main_expand_image_style = "background: center left no-repeat;";
           this.main_expand_image_hover_style = "background: center left no-repeat;";

	       this.subs_expand_image_style = "background: url(../pics/icon_right_arrow_white.gif) center right no-repeat;";
	       this.subs_expand_image_hover_style = "background: url(../pics/icon_right_arrow_white.gif) center right no-repeat;";

    /*---------------------------------------------
      Menu Container Settings
    ---------------------------------------------*/

	//Main Container

           this.main_container_border_width = "0px"
           this.main_container_border_style = "solid"

           this.main_container_styles =   "background-color:#;\
                                           border-color:#;"

	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "0px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#;\
                                           border-color:#;"

   /*---------------------------------------------
      Menu Item Settings
    ---------------------------------------------*/

	//Main Items

           this.main_item_padding = "1px,0px,0px,10px"

           this.main_item_styles =        "height:20px;\
		   								   text-decoration:none;\
                                           font-weight:normal;\
                                           font-family:verdana, arial, helvetica;\
                                           font-size:10px;\
                                           background-color:#;\
                                           color:#626262;\
                                           text-align:left;\
                                           border-style:solid;\
                                           border-color:#;\
                                           border-width:0px;"

           this.main_item_hover_styles =  "background-color:#BBBBBB;\
                                           font-weight:normal;\
                                           border-style:solid;\
										   border-color:#AAAAAA;\
										   border-width:1px;\
										   text-decoration:normal;\
                                           color:FFFFFF;"

           this.main_item_active_styles = "background-color:#CCCCCC;\
                                           text-decoration:normal;\
                                           color:FFFFFF;"

	//Sub Items - these are the drop down items

           this.subs_item_padding = "2px,2px,2px,10px"

           this.subs_item_styles =        "text-decoration:none;\
                                           background-color:#BBBBBB;\
										   font-face:verdana, arial, helvetica;\
                                           font-size:10px;\
                                           font-weight:normal;\
                                           color:#FFFFFF;\
                                           border-style:none;\
                                           text-align:left;\
                                           border-style:solid;\
                                           border-color:#AAAAAA;\
                                           border-width:1px;"

           this.subs_item_hover_styles =  "background-color:#CCCCCC;\
                                           border-style:solid;\
										   border-color:#FFFFFF;\
										   border-width:1px;\
										   color:#FFFFFF;"

           this.subs_item_active_styles = "background-color:#E45921;\
                                           color:#FFFFFF;"


   /*---------------------------------------------
     Additional Setting
    ---------------------------------------------*/

    //Main Menu Orientation

           this.main_is_horizontal = true

    //Main Menu Item Widths

           this.main_item_width = 	ThisWidth	//default width for all items
           this.main_item_width0 = 	ThisWidth	//optional specific width for the first menu item

    //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 00;
}

function menudata2()
{

    /*---------------------------------------------
      Expand Icon Images
    ---------------------------------------------*/

    //Expand Images are the icons which indicate an additional sub menu level.)

           this.main_expand_image_style = "background: center left no-repeat;";
           this.main_expand_image_hover_style = "background: center left no-repeat;";

	       this.subs_expand_image_style = "background: url(../pics/icon_right_arrow_white.gif) center right no-repeat;";
	       this.subs_expand_image_hover_style = "background: url(../pics/icon_right_arrow_white.gif) center right no-repeat;";

    /*---------------------------------------------
      Menu Container Settings
    ---------------------------------------------*/

	//Main Container

           this.main_container_border_width = "0px"
           this.main_container_border_style = "solid"

           this.main_container_styles =   "background-color:#;\
                                           border-color:#;"

	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "0px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#;\
                                           border-color:#;"

   /*---------------------------------------------
      Menu Item Settings
    ---------------------------------------------*/

	//Main Items

           this.main_item_padding = "1px,0px,0px,10px"

           this.main_item_styles =        "height:20px;\
		   								   text-decoration:none;\
                                           font-weight:normal;\
                                           font-family:verdana, arial, helvetica;\
                                           font-size:10px;\
                                           background-color:#;\
                                           color:#626262;\
                                           text-align:left;\
                                           border-style:solid;\
                                           border-color:#;\
                                           border-width:0px;"

           this.main_item_hover_styles =  "background-color:#BBBBBB;\
                                           font-weight:normal;\
                                           border-style:solid;\
										   border-color:#AAAAAA;\
										   border-width:1px;\
										   text-decoration:normal;\
                                           color:FFFFFF;"

           this.main_item_active_styles = "background-color:#CCCCCC;\
                                           text-decoration:normal;\
                                           color:FFFFFF;"

	//Sub Items - these are the drop down items

           this.subs_item_padding = "2px,2px,2px,10px"

           this.subs_item_styles =        "text-decoration:none;\
                                           background-color:#BBBBBB;\
										   font-face:verdana, arial, helvetica;\
                                           font-size:10px;\
                                           font-weight:normal;\
                                           color:#FFFFFF;\
                                           border-style:none;\
                                           text-align:left;\
                                           border-style:solid;\
                                           border-color:#AAAAAA;\
                                           border-width:1px;"

           this.subs_item_hover_styles =  "background-color:#CCCCCC;\
                                           border-style:solid;\
										   border-color:#FFFFFF;\
										   border-width:1px;\
										   color:#FFFFFF;"

           this.subs_item_active_styles = "background-color:#E45921;\
                                           color:#FFFFFF;"


   /*---------------------------------------------
     Additional Setting
    ---------------------------------------------*/

    //Main Menu Orientation

           this.main_is_horizontal = true

    //Main Menu Item Widths

           this.main_item_width = 	ThisWidth	//default width for all items
           this.main_item_width0 = 	ThisWidth	//optional specific width for the first menu item

    //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 00;
}

function menudata3()
{

    /*---------------------------------------------
      Expand Icon Images
    ---------------------------------------------*/

    //Expand Images are the icons which indicate an additional sub menu level.)

           this.main_expand_image_style = "background: center left no-repeat;";
           this.main_expand_image_hover_style = "background: center left no-repeat;";

	       this.subs_expand_image_style = "background: url(../pics/icon_right_arrow_white.gif) center right no-repeat;";
	       this.subs_expand_image_hover_style = "background: url(../pics/icon_right_arrow_white.gif) center right no-repeat;";

    /*---------------------------------------------
      Menu Container Settings
    ---------------------------------------------*/

	//Main Container

           this.main_container_border_width = "0px"
           this.main_container_border_style = "solid"

           this.main_container_styles =   "background-color:#;\
                                           border-color:#;"

	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "0px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#;\
                                           border-color:#;"

   /*---------------------------------------------
      Menu Item Settings
    ---------------------------------------------*/

	//Main Items

           this.main_item_padding = "1px,0px,0px,10px"

           this.main_item_styles =        "height:20px;\
		   								   text-decoration:none;\
                                           font-weight:normal;\
                                           font-family:verdana, arial, helvetica;\
                                           font-size:10px;\
                                           background-color:#;\
                                           color:#626262;\
                                           text-align:left;\
                                           border-style:solid;\
                                           border-color:#;\
                                           border-width:0px;"

           this.main_item_hover_styles =  "background-color:#BBBBBB;\
                                           font-weight:normal;\
                                           border-style:solid;\
										   border-color:#AAAAAA;\
										   border-width:1px;\
										   text-decoration:normal;\
                                           color:FFFFFF;"

           this.main_item_active_styles = "background-color:#CCCCCC;\
                                           text-decoration:normal;\
                                           color:FFFFFF;"

	//Sub Items - these are the drop down items

           this.subs_item_padding = "2px,2px,2px,10px"

           this.subs_item_styles =        "text-decoration:none;\
                                           background-color:#BBBBBB;\
										   font-face:verdana, arial, helvetica;\
                                           font-size:10px;\
                                           font-weight:normal;\
                                           color:#FFFFFF;\
                                           border-style:none;\
                                           text-align:left;\
                                           border-style:solid;\
                                           border-color:#AAAAAA;\
                                           border-width:1px;"

           this.subs_item_hover_styles =  "background-color:#CCCCCC;\
                                           border-style:solid;\
										   border-color:#FFFFFF;\
										   border-width:1px;\
										   color:#FFFFFF;"

           this.subs_item_active_styles = "background-color:#E45921;\
                                           color:#FFFFFF;"


   /*---------------------------------------------
     Additional Setting
    ---------------------------------------------*/

    //Main Menu Orientation

           this.main_is_horizontal = true

    //Main Menu Item Widths

           this.main_item_width = 	ThisWidth	//default width for all items
           this.main_item_width0 = 	ThisWidth	//optional specific width for the first menu item

    //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 00;
}

function menudata4()
{

    /*---------------------------------------------
      Expand Icon Images
    ---------------------------------------------*/

    //Expand Images are the icons which indicate an additional sub menu level.)

           this.main_expand_image_style = "background: center left no-repeat;";
           this.main_expand_image_hover_style = "background: center left no-repeat;";

	       this.subs_expand_image_style = "background: url(../pics/icon_right_arrow_white.gif) center right no-repeat;";
	       this.subs_expand_image_hover_style = "background: url(../pics/icon_right_arrow_white.gif) center right no-repeat;";

    /*---------------------------------------------
      Menu Container Settings
    ---------------------------------------------*/

	//Main Container

           this.main_container_border_width = "0px"
           this.main_container_border_style = "solid"

           this.main_container_styles =   "background-color:#;\
                                           border-color:#;"

	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "0px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#;\
                                           border-color:#;"

   /*---------------------------------------------
      Menu Item Settings
    ---------------------------------------------*/

	//Main Items

           this.main_item_padding = "1px,0px,0px,10px"

           this.main_item_styles =        "height:20px;\
		   								   text-decoration:none;\
                                           font-weight:normal;\
                                           font-family:verdana, arial, helvetica;\
                                           font-size:10px;\
                                           background-color:#;\
                                           color:#626262;\
                                           text-align:left;\
                                           border-style:solid;\
                                           border-color:#;\
                                           border-width:0px;"

           this.main_item_hover_styles =  "background-color:#BBBBBB;\
                                           font-weight:normal;\
                                           border-style:solid;\
										   border-color:#AAAAAA;\
										   border-width:1px;\
										   text-decoration:normal;\
                                           color:FFFFFF;"

           this.main_item_active_styles = "background-color:#CCCCCC;\
                                           text-decoration:normal;\
                                           color:FFFFFF;"

	//Sub Items - these are the drop down items

           this.subs_item_padding = "2px,2px,2px,10px"

           this.subs_item_styles =        "text-decoration:none;\
                                           background-color:#BBBBBB;\
										   font-face:verdana, arial, helvetica;\
                                           font-size:10px;\
                                           font-weight:normal;\
                                           color:#FFFFFF;\
                                           border-style:none;\
                                           text-align:left;\
                                           border-style:solid;\
                                           border-color:#AAAAAA;\
                                           border-width:1px;"

           this.subs_item_hover_styles =  "background-color:#CCCCCC;\
                                           border-style:solid;\
										   border-color:#FFFFFF;\
										   border-width:1px;\
										   color:#FFFFFF;"

           this.subs_item_active_styles = "background-color:#E45921;\
                                           color:#FFFFFF;"


   /*---------------------------------------------
     Additional Setting
    ---------------------------------------------*/

    //Main Menu Orientation

           this.main_is_horizontal = true

    //Main Menu Item Widths

           this.main_item_width = 	ThisWidth	//default width for all items
           this.main_item_width0 = 	ThisWidth	//optional specific width for the first menu item

    //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 00;
}