/*-------------------------------------------------
************* 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 = "background-image: url(/lib/theobsessionboxco/menucorner.gif); background-repeat: no-repeat; background-position: right bottom;";
        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 = "1px"
           this.main_container_border_style = "none"

           this.main_container_styles =   "background-color:#cc0000;		\
                                           border-color:#cc0000;"




	//Sub Containers

           this.subs_container_padding = "0px, 0px, 0px, 0px"
           this.subs_container_border_width = "1px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color: #cc0000;		\
                                           border-color:silver;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "3px,0px,3px,2px"
                  
           this.main_item_styles =        "text-decoration:none;		\
                                           font-weight:bold;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           background-color:transparent;	\
                                           border-bottom: 4px solid #ff6666;   \
                                           color:#ffffff;			\
                                           text-align:left;"
					   


           this.main_item_hover_styles =  "text-decoration:none; background-color: #ff6666; color: black"

           this.main_item_active_styles = "text-decoration:none;"



	//Sub Items

           this.subs_item_padding = "0px,5px,0px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           line-height: 16px;                    \
                                           font-face:Arial;			\
                                           font-size:10px;			\
                                           font-weight:normal;			\
                                           background-color: #ff6666;		\
                                           color: black;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:silver;		\
                                           background-image: none;              \
                                           border-bottom: solid 1px silver;   \
                                           border-width:1px;"	

           this.subs_item_hover_styles =  "background-color:#cc0000;		\
                                           background-image: none;              \
                                           color: white;"

           this.subs_item_active_styles = "background-color:#c7c2e2;		\
                                           color:#666666;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = false;
	

        //Main Menu Item Widths 

           this.main_item_width = 185			//default width for all items

           //this.main_item_width0 = 200		//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 = 150;

}
