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: url(/lib/contemporugs/dr-smenu-arrow.gif) center left no-repeat;";
        this.main_expand_image_hover_style = "background: url(/lib/contemporugs/dr-smenu-arrow.gif) center left no-repeat;";

	this.subs_expand_image_style = "background: url(/lib/contemporugs/dr-smenu-arrow.gif) center left no-repeat;";
	this.subs_expand_image_hover_style = "background: url(/lib/contemporugs/dr-smenu-arrow.gif) center left no-repeat;";



    /*---------------------------------------------
    Menu Container Settings
    ---------------------------------------------*/

	//Main Container

	   this.main_container_border_width = "0px"
           this.main_container_border_style = "none"

           this.main_container_styles =   "background-color:transparent;		\
                                           border-color: transparent;"




	//Sub Containers

           this.subs_container_padding = "1px, 1px, 1px, 1px"
           this.subs_container_border_width = "1px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color: white;		\
                                           width: 200px; \
                                           border-color: #1A2A4E;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "0px,5px,0px,15px"
                  
           this.main_item_styles =        "text-decoration:none;		\
                                           line-height: 25px;                   \
                                           font-weight:bold;			\
                                           font-family:Verdana,Arial,Helvetica,Sans-serif;			\
                                           font-size:11px;			\
                                           background-color: transparent;		\
                                           color:white;			\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           background-image: url('http://site.f1spec.com/images/f1-sidemenu-itemback.jpg'); \
                                           background-repeat: no-repeat; \
                                           background-position :bottom; \
                                           border-width:0px;"
					   


           this.main_item_hover_styles =  "background-color: transparent;		\
                                           text-decoration:normal;		\
                                           color:yellow;"

           this.main_item_active_styles = "text-decoration:normal;		\
                                           color:red;"



	//Sub Items

           this.subs_item_padding = "2px,5px,2px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           line-height: 1.1em;                   \
                                           font-face:Arial;			\
                                           font-size:11px;			\
                                           font-weight:normal;			\
                                           background-color:#1A2A4E;		\
                                           color: white;			\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           background-image: none; \
                                           border-width:1px;"	

           this.subs_item_hover_styles =  "background-color: white;		\
                                           color:#1A2A4E;"

           this.subs_item_active_styles = "background-color:white;		\
                                           color:red;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = false;
	

        //Main Menu Item Widths 

           this.main_item_width = 184			//default width for all items

           //this.main_item_width0 = 100		//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;

}
