//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/**********************************************************************************************
**********************************************************************************************

                              Bullet and Icon Image Library  

**********************************************************************************************
**********************************************************************************************/

limit_multiple_users = true
sequence = "9x88_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 may also be associated
with any main menu item in the 'main menu items' section.
--------------------------------------------*/


    //Relative positioned icon images (flow with main menu or sub item text)

	dqm__icon_image0 = "images/bullet.gif"
	dqm__icon_rollover0 = "images/bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate positioned, sub menus only)

	dqm__2nd_icon_image0 = "images/arrow.gif"
	dqm__2nd_icon_rollover0 = "images/arrow.gif"
	dqm__2nd_icon_image_wh0 = "13,10"
	dqm__2nd_icon_image_xy0 = "0,4"





/**********************************************************************************************
**********************************************************************************************

                              Main Menu Settings  

**********************************************************************************************
**********************************************************************************************/



/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/

	
	//dqm__main_width = 200			//default main item widths
	//dqm__main_height = 22			//default main item heights
	
	//dqm__main_widthX			//specific main item widths
	//dqm__main_heightX			//specific main item heights


	//dqm__main_width4 = 140;

/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/


	//EXPORTED   dqm__main_horizontal =true		//align menu bar horizontally or vertically

	//EXPORTED    = 1;		//the thickness of the border in pixels
	//EXPORTED dqm__main_border_color = "#a0a0a0"	//HEX color or set width to 0 for no borders


	//EXPORTED dqm__main_use_dividers = false		//When true the item gap setting is ignored
						//and the border width and color are used to
						//separate each main menu item.
						
							
	//EXPORTED dqm__main_item_gap = 5			//the gap between main menu items in pixels
	

	//EXPORTED dqm__align_items_bottom_and_right = true	//align items of different size to the bottom
							//or right edge of the largest main menu item
							//depending on the horizontal or vertical layout
							//of the main menu bar - false aligns items to
							//the top and left

/*---------------------------------------------
Menu Item Background and Text Colors
-----------------------------------------------*/


	//EXPORTED dqm__main_bgcolor = "#ffffff"		//default color for all items, HEX or 'transparent'
	//dqm__main_bgcolorX = "#ffffff"		//specific menu item color, HEX or 'transparent'
	
	//EXPORTED dqm__main_hl_bgcolor = "#a0a0a0"	//HEX color value or set to 'transparent'
	//etc................dqm__main_hl_bgcolorX = "#ffffff"

	//dqm__main_textcolor = "#111111"
	//dqm__main_textcolorX = "#111111"

	//dqm__main_hl_textcolor = "#111111"
	//dqm__main_hl_textcolorX = "#ff0000"



/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/


	//dqm__main_fontfamily = "Verdana"	//Any available system font     
	//dqm__main_fontsize = 10			//Defined with pixel sizing  	
	//dqm__main_textdecoration = "normal"	//set to: 'normal', or 'underline'
	//dqm__main_fontweight = "bold"		//set to: 'normal', or 'bold'
	//dqm__main_fontstyle = "normal"		//set to: 'normal', or 'italic' 	


	//rollover effect
	
	//dqm__main_hl_textdecoration = "underline"



/*---------------------------------------------
Main Menu Margins and Text Alignment
-----------------------------------------------*/


//	dqm__main_text_alignment = "left"		//set to: 'left', 'center' or 'right'
//	dqm__main_margin_top = 2
//	dqm__main_margin_bottom = 2
//	dqm__main_margin_left = 5
//	dqm__main_margin_right = 4



	//specific settings

	//dqm__main_text_alignmentX = "right"		//set to: 'left', 'center' or 'right'
	//dqm__main_margin_topX = 4
	//dqm__main_margin_bottomX = 4



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

   
	//dqm__status_text0 = "Sample text - Main Menu Item 0"
	//dqm__status_text1 = "Sample text - Main Menu Item 1"

