
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:164px">\
<li  style="width:120px;border-bottom:0px solid #FFFFFF"><a href="index.php" target="_self">Home</a></li>\
\
<li  style="width:164px;border-bottom:0px solid #FFFFFF"><a href="speaking_workshops.php" target="_self">Speaking & Workshops</a></li>\
\
<li  style="width:130px;border-bottom:0px solid #FFFFFF"><a href="about.php" target="_self">About Dale</a></li>\
\
<li  style="width:164px;border-bottom:0px solid #FFFFFF"><a href="products.php" target="_self">Products</a></li>\
\
<li  style="width:130px;border-bottom:0px solid #FFFFFF"><a href="testimonials.php" target="_self">Testimonials</a></li>\
\
<li  style="width:130px;border-bottom:0px solid #FFFFFF"><a href="events.php" target="_self">Events</a>\
\
<li  style="width:130px;border-bottom:0px solid #FFFFFF"><a href="resources.php" target="_self">Resources</a>\
\
<li  style="width:130px;"><a href="contact.php" target="_self">Contact</a></li>\
\
</ul></div></div></div></div>\
');






/*

          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.
 
*/
/*---------------------------------------------
UNLOCK 
---------------------------------------------*/


list7 = true 


/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


function imenus_data0(){


	this.enable_visual_design_mode = false			//turns the visual design pad option on or off

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = "http://www.pacificcrestrecreation.com/images/spacer.gif"
	this.main_expand_image_hover = "http://www.pacificcrestrecreation.com/images/arrow_main_hover.gif"
	this.main_expand_image_width = "17"
	this.main_expand_image_height = "17"
	this.main_expand_image_offx = "10"
	this.main_expand_image_offy = "2"

	this.sub_expand_image = "http://www.pacificcrestrecreation.com/images/arrow_sub.gif"
	this.sub_expand_image_hover = "http://www.pacificcrestrecreation.com/images/arrow_hover.gif"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "13"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "4"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:none; color:clear; border-style:solid; border-color:#68B7C3; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "background-image: url('images/spacer.gif'); background-repeat:no-repeat; color:#336600; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding-top:3px; padding-right:5px; padding-bottom:3px; padding-left:5px; border-style:none; border-color:#000000; border-width:0px; "
	//this.main_item_hover_styles = "background-color:#336600; color:#white; "
	this.main_item_hover_styles = "background-image: url('images/Nav_over2.jpg'); background-repeat:no-repeat; color:white; background-color:none; text-align:center; padding-right:0px;"
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color:#ffff66; border-style:solid; border-color:#yellow; border-width:1px; padding-top:2px; padding-right:0px; padding-bottom:2px; padding-left:2px; "
	this.subs_item_styles = "color:#111111; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-center:0px; padding-bottom:2px; padding-left:2px; border-style:none; border-width:1px; "
	//this.subs_item_hover_styles = "background-color:#669966;  color:#white; "
	this.subs_item_hover_styles = "background-image: url('images/Nav_sub_over.jpg'); color:#black; "
	this.subs_item_active_styles = "text-decoration:none; "


}


