function menudata0()
{
	
	

    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------*/


        //Expand Images are the icons which indicate an additional sub menu level.
	
        //this.main_expand_image_style = "background: url(arrow_main.gif) center right no-repeat;";
        //this.main_expand_image_hover_style = "background: url(arrow_main.gif) center right no-repeat;";

	this.subs_expand_image_style = "background: url(arrow_sub.gif) center right no-repeat;";
	this.subs_expand_image_hover_style = "background: url(arrow_sub.gif) center right no-repeat;";



    /*---------------------------------------------
    Menu Container Settings
    ---------------------------------------------*/

	//Main Container

	   this.main_container_border_width = "1px"
           this.main_container_border_style = "none"

           this.main_container_styles =   "background-color:#06437d;		\
                                           border-color:#769bba;"



	//Sub Containers

           this.subs_container_padding = "4px, 4px, 4px, 4px"
           this.subs_container_border_width = "1px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#cce3f8;		\
                                           border-color:#356595;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "2px,5px,2px,5px"
                  
           this.main_item_styles =        "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Verdana;			\
                                           font-size:11px;			\
                                           background-color:#06437d;		\
                                           color:#FFFFFF;			\
                                           border-style:none;			\
										   vertical-align: middle;		\
										   text-align=center;				\
										   filter:alpha(opacity=80);	\
										   height:36px;					\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:1px;"
					   


           this.main_item_hover_styles =  "background-color:#BFDCF7;		\
                                           text-decoration:normal;		\
                                           color:#06437d;"

           this.main_item_active_styles = "background-color:#cce3f8;		\
                                           text-decoration:normal;		\
                                           color:#06437d;"



	//Sub Items

           this.subs_item_padding = "2px,5px,2px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-face:Arial;			\
                                           font-size:11px;			\
                                           font-weight:normal;			\
                                           background-color:#cce3f8;		\
                                           color:#111111;			\
                                           border-style:none;			\
										   height:auto;					\
										   filter:alpha(opacity=80);	\
										   cursor:hand;					\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:1px;"	

           this.subs_item_hover_styles =  "background-color:#ffffff;		\
                                           color:#255585;"

           this.subs_item_active_styles = "background-color:#ffffff;		\
                                           color:#255585;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true
	

        //Main Menu Item Widths 

        this.main_item_width = 128			//default width for all items
		
		this.main_item_width0 = 128
		this.main_item_width1 = 128
		this.main_item_width2 = 128
		this.main_item_width3 = 128
		this.main_item_width4 = 128
		this.main_item_width5 = 128
			//this.main_item_width0 = 128		//optional specific width for the first menu item
           //this.main_item_width1 = 100		//optional specific width for the second menu item...
           //this.main_item_width2 = 100		//optional specific width for the second menu item...


        //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 180;

}

