var MenuDef = {
	"type"	: "bar",
	"style"	: {
	        "css" : "test2",
		"bgcolor":"white",
		"box"	: true,
		"size"	:[106,23],
                "direction":"v",
		"color":"black",
		"opacity":100
	},
	"itemover": { "css" : "test2", "bgcolor":"gray", "color":"yellow"
                    },
	"position": { "absolute":false },
	"defaction" : { "title" : "This is an action title" },
	"items" : [
		{ "text":"" ,
		  "style":{
		        "imgendon":{"src":"Scripts/1O.jpg", "width":106,"height":23},	
                	"imgendoff":{"src":"Scripts/1U.jpg", "width":106,"height":23}
                },

		  "menu": {
		        "style": {
                                  "direction": "v"
                                 }, 
                        "position" : {
                                      "menuoffset" : {"x":"-106", "y":"23"}
                                     },
		  	"items"	: [ 		 
			  		{"text": "Fireplaces",
                                         "action" : {"url":"http://www.perfectionwholesale.com/fireplace.htm","target":"_self", "title":"Fireplaces"}
                        	        },
			  		{"text": "Gas Logs - Match-lit",
                                         "action" : {"url":"http://www.perfectionwholesale.com/gaslogsML.htm","target":"_self", "title":"Gas Logs - Matchlit"}
                        	        },
			  		{"text": "Gas Logs - w/Remote",
                                         "action" : {"url":"http://www.perfectionwholesale.com/gaslogsRC.htm","target":"_self", "title":"Gas Logs - Remote"}
                        	        },
			  		{"text": "Glass Doors",
                                         "action" : {"url":"http://www.perfectionwholesale.com/doors.htm","target":"_self", "title":"Glass Doors"}
                        	        },
												  		{"text": "Insulation and <br /> Sound Control",
                                         "action" : {"url":"http://www.perfectionwholesale.com/insulation.htm","target":"_self", "title":"Insulation & Sound Control"}
                        	        },
			  		{"text": "Premium Gas Grills",
                                         "action" : {"url":"http://www.perfectionwholesale.com/grillsmokers.htm","target":"_self", "title":"Grills & Smokers"}
                        	        },
			  		{"text": "Decorative Mailboxes",
                                         "action" : {"url":"http://www.perfectionwholesale.com/mailboxes.htm","target":"_self", "title":"Decorative Mailboxes"}
                        	        },
			  		{"text": "Floor & Wall Safes",
                                         "action" : {"url":"http://www.perfectionwholesale.com/safes.htm","target":"_self", "title":"Floor & Wall Safes"}
                        	        },
			  		{"text": "Chimney Chase Tops",
                                         "action" : {"url":"http://www.perfectionwholesale.com/chasetops.htm","target":"_self", "title":"Chimney Chase Tops"}
                                    },
			  		{"text": "Attic Tents",
                                         "action" : {"url":"http://www.perfectionwholesale.com/attic.htm","target":"_self", "title":"Attic Tents"}
                        	        },
			  		{"text": "Outdoor Products",
                                         "action" : {"url":"http://www.perfectionwholesale.com/outdoor.htm","target":"_self", "title":"Outdoor Products"}
                        	        }                
		  	          ]
		          }
		}
           	]
};