/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/

	mnsub_menu_width = 150      	//default sub menu widths
	mnsub_xy = "0,0"            	//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu

	mnurltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	mnborder_width = 1
	mndivider_height = 0

	mnborder_color = "#ff9900"		//Hex color or 'transparent'
	mnmenu_bgcolor = "#fff4e3"		//Hex color or 'transparent'
	mnhl_bgcolor = "#ffe9c5"		

	mnmouse_off_delay = 200		//defined in milliseconds (activated after mouse stops)
	mnnn4_mouse_off_delay = 700		//defined in milliseconds (activated after leaving sub)

/*-------------------------------------------
Font settings and margins
--------------------------------------------*/

    //Font settings

	mntextcolor = "#000000"
	mnfontfamily = "Arial, Helvetica, sans-serif"		//Any available system font     
	mnfontsize = 13			//Defined with pixel sizing  	
	mnfontsize_ie4 = 11			//Defined with point sizing
	mntextdecoration = "normal"		//set to: 'normal', or 'underline'
	mnfontweight = "bold"		//set to: 'normal', or 'bold'
	mnfontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	mnhl_textcolor = "#000000"
	mnhl_textdecoration = "normal"	//set to: 'normal', or 'underline'

    //Margins and text alignment

	mntext_alignment = "left"		//set to: 'left', 'center' or 'right'
	mnmargin_top = 2
	mnmargin_bottom = 3
	mnmargin_left = 5
	mnmargin_right = 4

/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/


    //Relative positioned icon images (flow with sub item text)

	mnicon_image0 = "sample_images/bullet.gif"
	mnicon_rollover0 = "sample_images/bullet_hl.gif"
	mnicon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	mn2nd_icon_image0 = "sample_images/arrow.gif"
	mn2nd_icon_rollover0 = "sample_images/arrow.gif"
	mn2nd_icon_image_wh0 = "13,10"
	mn2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	mnshow_urls_statusbar = false
   
	//mnstatus_text0 = "Sample text - Main Menu Item 0"
	//mnstatus_text1 = "Sample text - Main Menu Item 1"

	//mnstatus_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//mnstatus_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	mnsub_menu_effect = "none"
	mnsub_item_effect = "none"


    //Define the effect duration in seconds below.
   
	mnsub_menu_effect_duration = .4
	mnsub_item_effect_duration = .4


    //Specific settings for various transitions.

	mneffect_pixelate_maxsqare = 25
	mneffect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	mneffect_checkerboard_squaresx = 14
	mneffect_checkerboard_squaresY = 14
	mneffect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	mnsub_menu_opacity = 100			//1 to 100
	mndropshadow_color = "none"			//Hex color value or 'none'
	mndropshadow_offx = 5			//drop shadow width
	mndropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	mnos9_ie5mac_offset_X = 0
	mnos9_ie5mac_offset_Y = 0

	mnosx_ie5mac_offset_X = 0
	mnosx_ie5mac_offset_Y = 0

	mnie4mac_offset_X = 0
	mnie4mac_offset_Y = 0


    //Netscape 4 resize bug workaround.

	mnnn4_reaload_after_resize = true
	mnnn4_resize_prompt_user = false
	mnnn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //Opera 5 & 6, set to true if the menu is the only item on the HTML page.

	mnuse_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	mnescape_item_height = 20
	mnescape_item_height0_0 = 70
	mnescape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//mnonload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.
    //The 'X_X' indicates the index number of the sub menu item.

	mnshowmenu_codeX = "status = 'custom show menu function call - menu0'"
	mnhidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	mnclickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	mnborder_widthX = 10;
	mndivider_heightX = 5;		
	mnborder_colorX = "#0000ff";     
	mnmenu_bgcolorX = "#ff0000"
	mnhl_bgcolorX = "#00ff00"
	mnhl_textcolorX = "#ff0000"
	mntext_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X_X' represents the index number of the sub menu item.

	mnhl_subdescX_X = "custom highlight text"
	mnurltargetX_X = "_new"

