/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

node7 = true;

function menudata0()
{
	
	

    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------*/


        //Expand Images are the icons which indicate an additional sub menu level.)
	
        this.main_expand_image_style = "";
        this.main_expand_image_hover_style = "";

	this.subs_expand_image_style = "";
	this.subs_expand_image_hover_style = "";



    /*---------------------------------------------
    Menu Container Settings
    ---------------------------------------------*/

	//Main Container

	   this.main_container_border_width = "0px"
           this.main_container_border_style = "none"
           this.main_container_styles =   "margin-left: 0px;		\
                                           border-color:#CFD9E9;"




	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 5px"
           this.subs_container_border_width = "1px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color: #CFD9E9;		\
                                           border-color:silver;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "2px, 9px, 0px, 9px"
                  
           this.main_item_styles =      "font-family: arial,verdana; 	\
					font-size: 13px; \
					font-weight: bold; \
					text-decoration: none; \
					border-right: solid 1px white;\
					line-height: 28px;\
					color: #ffffff;"

           this.main_item_hover_styles =  	"background-color: #6e96d5;"
						

           this.main_item_active_styles = ""



	//Sub Items

           this.subs_item_padding = "0px,0px,0px,0px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           line-height: 16px;                    \
                                           font-family:Verdana;			\
                                           font-size:10px !important;			\
                                           font-weight:normal !important;			\
                                           background-color:white;		\
                                           color:black !important;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:silver;		\
                                           background-image: none;              \
                                           border-bottom: solid 1px #66656b;   \
                                           border-width:1px;"	

           this.subs_item_hover_styles =  "background-color: #CFD9E9;		\
                                           background-image: none;              \
                                           color:#2366b1;"

           this.subs_item_active_styles = "background-color: #CFD9E9;		\
                                           color: #2366b1;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true;
	

        //Main Menu Item Widths 

           this.main_item_width = 80			//default width for all items

           this.main_item_width0 = 60		//optional specific width for the first menu item
           this.main_item_width1 = 70		//optional specific width for the second menu item...
           this.main_item_width2 = 50		//optional specific width for the second menu item...
           this.main_item_width3 = 49
           this.main_item_width4 = 123
           this.main_item_width5 = 140
           this.main_item_width6 = 90
           this.main_item_width7 = 90
           this.main_item_width8 = 120


        //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 150;

}
