var MenuDef = {
	"type"	: "bar",
	"style"	: {
	        "css" : "navigation",
		"bgcolor":"",
		"box"	: false,
		"size"	:[113,30],
		"itemoffset": { "y":0, "x":0 },
		"align":"left",
                "direction":"h",
	"color":"#999999" },
	"itemover": { "css" : "navigation",  "align":"left",  "color":"#cccccc" },
	"position": { "absolute": false, "pos":[0,-4] },
	 "separator": { "style": { "bgcolor":"#E6E6E6", "size" :[110,1] } },
	
	"items" : [
	{ "text":"HOME" ,
			        "style": {   "align":"left", "size"	:[185,30]},
					 "action":{"url":"", "target":"_self"},
				  "defaction" : { "title" : "Home" }
                },

		{ "text":"BIOGRAPHY" ,
		   "style": { "size":[110,30] },
		 
	 	"style": {   "css" : "subnavigation","bgcolor":"white", "size":[100,20],"color":"#666666",
		 "action":{"url":"", "target":"_self"},
		"defaction" : { "title" : "Biography" }

                }, 

	{ "text":"BOOKS" ,
			   "style": {   "align":"left", "size"	:[100,30] },
		
		      "style": {"css" : "subnavigation","bgcolor":"white", "size":[133,20],"color":"#666666",
	 "action":{"url":"", "target":"_self"},
					"defaction" : { "title" : "Books" }
               
                }, 
				
				{ "text":"CONTACT US" ,
				   "style": {   "align":"left", "size"	:[93,30] },
				   
				    "action":{"url":"", "target":"_self"},
		  "defaction" : { "title" : "Contact Us" }
                   
                              
	      
                }, 
		
	
	
			
		 { "text":"NEWS" ,
		   "style": {   "align":"left", "size"	:[100,30] },
		     "action":{"url":"", "target":"_self"},
						     "defaction" : { "title" : "News" }
                }
		
           	]
};
