var MenuDef = {
	"type":"bar",
	"box": true,
	"style"	: {
		"bgcolor":"#282A3C",
		"size":[0,0],
		"direction":"h"
                 },
	
	"position": { "absolute": false, "pos":[0,0] },
	"items" : [
		{ 
			"text":'<img src="../images/spacer.gif">',
    		
 	  	  	"style": {
				 "size":[15,20]
			   }
		},
		{ 
			"text":"Parts",
			
			"action":{"url":"../catalog/catalog.php"},
    		
 	  	  	"style": {
				 "css":"menu",
				 "imgitem":{"src":"../images/mainDots.gif", "width":20,"height":20}, 
				 "size":[64,20]
			   },
			"styleover": {
				 "imgitem":{"src":"../images/mainDotsOver.gif", "width":20,"height":20}
				}
		},
	]
};
