
/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 130      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 0
	dqm__divider_height = 0

	dqm__border_color = "#CCCCCC"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#FFEBCD"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#EEEEEE"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#000000"
	dqm__fontfamily = "Arial, Verdana, Helvetica, sans-serif"		//Any available system font     
	dqm__fontsize = 11			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 11			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#ff6600"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 5
	dqm__margin_right = 4



/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "slide"
	dqm__sub_item_effect = "slide"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 5			//drop shadow width
	dqm__dropshadow_offy = 5			//drop shadow height




/**********************************************************************************************
**********************************************************************************************

                           MENU PRINCIPALE Rollover Images e Links  

**********************************************************************************************
**********************************************************************************************/


    //Main Menu Item 0

	dqm__rollover_image0 = "http://www.guidestarmountain.com/site/imgs/hdr/sez_1/1/news_ro.gif"
	dqm__rollover_wh0 = "52,24"
	//dqm__url0 = "my_url.html";   
	
	
    //Main Menu Item 0

	dqm__rollover_image1 = "http://www.guidestarmountain.com/site/imgs/hdr/sez_1/2/news_ro.gif"
	dqm__rollover_wh1 = "52,24"
	//dqm__url0 = "my_url.html";   


    //Main Menu Item 1

	dqm__rollover_image2 = "http://www.guidestarmountain.com/site/imgs/hdr/sez_1/2/chisiamo_ro.gif"
	dqm__rollover_wh2 = "68,24"
	//dqm__url1 = "my_url.html";


    //Main Menu Item 2

	dqm__rollover_image3 = "http://www.guidestarmountain.com/site/imgs/hdr/sez_1/2/pratica_ro.gif" 
	dqm__rollover_wh3 = "72,24"
	//dqm__url2 = "my_url.html";   


    //Main Menu Item 3

	dqm__rollover_image4 = "http://www.guidestarmountain.com/site/imgs/hdr/sez_1/2/viaggi_ro.gif" 
	dqm__rollover_wh4 = "96,24"
	//dqm__url3 = "my_url.html";   
  
    
    //Main Menu Item 4

	dqm__rollover_image5 = "http://www.guidestarmountain.com/site/imgs/hdr/sez_1/2/info_ro.gif" 
	dqm__rollover_wh5 = "93,24"
	//dqm__url4 = "my_url.html"; 


    //Main Menu Item 5

	dqm__rollover_image6 = "http://www.guidestarmountain.com/site/imgs/hdr/sez_1/2/more_ro.gif" 
	dqm__rollover_wh6 = "42,24"
	//dqm__url5 = "my_url.html"; 

	
	
	







