
document.write("										\
<div style='display:none;z-index:0;'><ul id='imenus0'>\
														\
														\
	<!-- Main Item 0... --><li><a href='index.htm'>Home</a></li>\
														\
														\
	<!-- Main Item 1... --><li><a href='#'>Unterkunft</a>\
														\
														\
		<!-- *SUB MENU* --><ul style='width:160px;'>\
		<li><a href='zimmer.htm'>Zimmer</a></li>\
		<li><a href='ferienwohnung.htm'>Ferienwohnung 1</a></li>\
		<li><a href='ferienwohnung02.htm'>Ferienwohnung 2</a></li>\
		<li><a href='angebote.php'>Angebote</a></li>\
		<li><a href='unserhaus.htm'>Unser Haus</a></li>\
		<li><a href='anreise.htm'>Anreise</a></li>\
		<!-- *END SUB* --></ul></li>\
														\
														\
			<!-- Main Item 2... --><li><a href='#'>Urlaub am Hintersee</a>\
														\
														\
		<!-- *SUB MENU* --><ul style='width:160px;'>\
		<li><a href='umgebung.htm'>Umgebung</a></li>\
		<li><a href='angeln.htm'>Angeln</a></li>\
		<!-- *END SUB* --></ul></li>\
														\
														\
	<!-- Main Item 3... --><li><a href='links.htm'>Links</a></li>\
														\
	<!-- Main Item 4... --><li><a href='kontakt.htm'>Kontakt</a></li>\
														\
	<!-- Main Item 5... --><li><a href='impressum.htm'>Impressum</a></li>\
														\
<div style='clear:left;'></div></ul></div>");






function menudata0()
{
	
	

    /*---------------------------------------------
    Expand Icon Images
    ---------------------------------------------*/


        //Expand Images are the icons which indicate an additional sub menu level.)
	
        this.main_expand_image_style = "background: url(images/arrow_main.gif) center right no-repeat;";
        this.main_expand_image_hover_style = "background: url(images/arrow_main.gif) center right no-repeat;";

	this.subs_expand_image_style = "background: url(images/arrow_sub.gif) center right no-repeat;";
	this.subs_expand_image_hover_style = "background: url(images/arrow_sub.gif) center right no-repeat;";



    /*---------------------------------------------
    Menu Container Settings
    ---------------------------------------------*/

	//Main Container

	   this.main_container_border_width = "1px"
           this.main_container_border_style = "none"

           this.main_container_styles =   "background-color:#0a249c;		\
                                           border-color:#0a249c;"




	//Sub Containers

           this.subs_container_padding = "2px, 2px, 2px, 2px"
           this.subs_container_border_width = "1px"
           this.subs_container_border_style = "solid"

           this.subs_container_styles =   "background-color:#280398;		\
                                           border-color:#9eb9d4;"



    /*---------------------------------------------
    Menu Item Settings
    ---------------------------------------------*/


	//Main Items

           this.main_item_padding = "2px,5px,2px,5px"
                  
           this.main_item_styles =        "text-decoration:none;		\
                                           font-weight:bold;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           background-color:#280398;		\
                                           color:#e6e6e6;			\
                                           border-style:none;			\
                                           text-align:center;			\
                                           border-style:solid;			\
                                           border-color:#280398;		\
                                           border-width:1px;"
					   


           this.main_item_hover_styles =  "background-color:#cce3f8\
                                           text-decoration:normal;	\
                                           color:#ffa54a;"

           this.main_item_active_styles = "background-color:#9eb9d4;		\
                                           text-decoration:normal;		\
                                           color:#ff8000;"



	//Sub Items

           this.subs_item_padding = "5px,5px,5px,5px"
           
           this.subs_item_styles =        "text-decoration:none;		\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           font-weight:bold;			\
                                           background-color:#280398;		\
                                           color:#e6e6e6;			\
                                           border-style:none;			\
                                           text-align:left;			\
                                           border-style:none;			\
                                           border-color:#000000;		\
                                           border-width:0px;"	

           this.subs_item_hover_styles =  "background-color:#9eb9d4;		\
                                           color:#ff8000;"

           this.subs_item_active_styles = "background-color:#9eb9d4;		\
                                           color:#ff8000;"




   /*---------------------------------------------
    Additional Setting
    ---------------------------------------------*/


        //Main Menu Orientation

           this.main_is_horizontal = true
	

        //Main Menu Item Widths 

           //this.main_item_width = 140			//default width for all items

           this.main_item_width0 = 120		//optional specific width for the first menu item
           this.main_item_width1 = 160		//optional specific width for the second menu item...
           this.main_item_width2 = 160		//optional specific width for the second menu item...
           this.main_item_width3 = 160		//optional specific width for the second menu item...
           this.main_item_width4 = 120		//optional specific width for the second menu item...
           this.main_item_width5 = 120		//optional specific width for the second menu item...
		   
        //The mouse off and mouse over delay for sub menus

           this.menu_showhide_delay = 150;

}



