/**<!--**********************************************************************************************************

                          Infinite Menus - Parameter Settings and Source Code

                          Note: Menu structure and links are defined above with UL and LI tags.

************************************************************************************************************-->

/** <script language="JavaScript"> **/

/*

          Tips & Tricks

             1: Use the 'enable_visual_design_mode' parameter below to turn the visual design pad on or off.
                When set to false the visual pad is not loaded and there is no overhead added to the menu. All
                required source code for the menu to function is included within this document.  There are no
                communications with OpenCube or other third party servers when the design pad is disabled.

             2: Adjust the "function imenus_data0()" 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.

             3: 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.

             4: 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.

             5: Padding values in sequence apply to the top, right, bottom, and left edges in that order.
 
*/







/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

	//Unlock Statements

       list7 = true

function imenus_data0(){


	this.enable_visual_design_mode = true
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 5


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = ""
	this.main_expand_image_hover = ""
	this.main_expand_image_width = ""
	this.main_expand_image_height = ""

	this.sub_expand_image = ""
	this.sub_expand_image_hover = ""
	this.sub_expand_image_width = ""
	this.sub_expand_image_height = ""



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:; background-image:; border-style:solid solid solid none; border-color:#ffffff; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "background-color:; background-image:; color:#ffffff; text-align:center; font-family:Arial; font-size:11px; font-weight:bold; text-decoration:none; padding-top:6px; padding-right:; padding-bottom:3px; padding-left:0px; "
	this.main_item_hover_styles = "background-color:; background-image:; color:#FFCC00; font-weight:; text-decoration:; "
	this.main_item_active_styles = "background-color:; background-image:; color:#FFFFFF; font-weight:; text-decoration:; "


	//Sub Menu

	this.subs_container_styles = "background-color:; background-image:; border-style:none; border-color:#356595; border-width:0px; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:0px; "
	this.subs_item_styles = "background-color:#AACCEE; background-image:; color:#003399; text-align:left; font-family:Arial; font-size:11px; font-weight:normal; text-decoration:none; text-transform:uppercase; padding-top:3px; padding-right:0px; padding-bottom:6px; padding-left:8px; border-style: solid none none none; border-color:#DDDDFF; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#CCCCCC; background-image:url(#); color:#0066CC; font-weight:; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:; background-image:; color:#666666; font-weight:; text-decoration:; "

/** old start
	//Main Menu

	this.main_container_styles = "background-color:; background-image:url(images/sample5_main_bg.gif); border-style:solid; border-color:#769bba; border-width:0px; padding-top:0px; padding-right:5px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "background-color:#BBCDA7; background-image:; color:#2872C9; text-align:right; font-family:Verdana; font-size:12px; font-weight:bold; text-decoration:none; padding-top:3px; padding-right:10px; padding-bottom:3px; padding-left:0px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:#2872C9; background-image:url(images/sample5_main_bg_roll.gif); color:#FFFFFF; font-weight:; text-decoration:; "
	this.main_item_active_styles = "background-color:; background-image:; color:#111111; font-weight:; text-decoration:; "


	//Sub Menu

	this.subs_container_styles = "background-color:; background-image:; border-style:none; border-color:#356595; border-width:0px; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:0px; "
	this.subs_item_styles = "background-color:#2872C9; background-image:; color:#FFFFFF; text-align:left; font-family:Verdana; font-size:11px; font-weight:bold; text-decoration:none; padding-top:3px; padding-right:0px; padding-bottom:3px; padding-left:8px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#000000; background-image:url(#); color:#FFFFFF; font-weight:; text-decoration:; "
	this.subs_item_active_styles = "background-color:#ffffff; background-image:; color:#FFFFFF; font-weight:; text-decoration:; "
 ** old end  **/

}

/**
</script>
<!--********************************** End Parameter Settings & Code **************************************-->
**/
