function menudata0()
{
    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------*/
        this.main_expand_image_style = "background: url(/images/bg_menu_pro.gif) center bottom;";
        this.main_expand_image_hover_style = "background: url(/images/bg_menu_pro.gif) center bottom;";

	this.subs_expand_image_style = "background: url(/images/bg_menu_pro.gif) center bottom;";
	this.subs_expand_image_hover_style = "background: url(/immagini/roll3.jpg)";

    /*---------------------------------------------
    Menu Container Settings
    ---------------------------------------------*/

	//Main Container
           this.main_container_padding =  "0px, 0px, 0px, 0px"
	   this.main_container_border_width = "0px"
           this.main_container_border_style = "none"

           this.main_container_styles =   "background-color:#d5d5d5;		\
                                           border-color:#9d9d9d;"

	//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:#d5d5d5;		\
                                           border-color:#9d9d9d;"
    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/
	//Main Items
           this.main_item_padding = "4px,5px,4px,5px"
                  
           this.main_item_styles =        "text-decoration:none;\
	                                   height:25px\
                                           font-weight:bold;			\
					   vertical-align:bottom;		\
                                           font-family:Arial;			\
                                           font-size:12px;			\
					   line-height: 1;			\
                                           color:#0066CC;			\
                                           border-style:none;			\
                                           text-align:center;			\
					  	\
					   background-image:url(/images/bg_menu_pro.gif); \
					   background-position:left bottom;"
					   
           this.main_item_hover_styles =  "background-color:#e6e6e6;		\
                                           text-decoration:normal;		\
                                           color:#0066CC;\
					   background-image:url(/images/bg_menu_pro_over.gif);\
					   "

           this.main_item_active_styles = "background-color:#cce3f8;		\
                                           text-decoration:normal;		\
                                           color:111111;"
	//Sub Items

           this.subs_item_padding = "4px,5px,4px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-face:Arial;			\
                                           font-size:12px;			\
                                           font-weight:bold;			\
                                           color:#0066CC;			\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:0px;			\
					   background-image:url(/images/bg_menu_pro.gif) center bottom;"	

           this.subs_item_hover_styles =  "background-color:#e6e6e6;		\
                                           background-image:url(images/bg_menu_pro_over.gif);\
                                           color:#0066CC;"

           this.subs_item_active_styles = "background-color:#ffffff;		\
                                           color:#255585;"

           this.main_is_horizontal = false
           this.main_item_width = 161			//default width for all items
        //The mouse off and mouse over delay for sub menus
           this.menu_showhide_delay = 150;
}
