[
   	 { "link" :"index", "title" : "Dashboard", "icon" : "icon-dashboard" } ,

	 { "link" : "typography", "title" : "Typography" , "icon" : "icon-text-width" } ,

	 {
	  "link" : null, "title" : "UI Elements" , "icon" : "icon-desktop",
	  "submenu" :
	  [
		{ "link" : "elements" , "title" : "Elements" } ,

		{ "link" : "buttons" , "title" : "Buttons & Icons" } ,

		{ "link" : "treeview" , "title" : "Treeview" } ,
		
		{ "link" : "jquery-ui" , "title" : "jQuery UI" } ,
		
		{ "link" : "nestable-list" , "title" : "Nestable Lists" } ,
		
		{ "link" : null , "title" : "Three Level Menu" ,
		  "submenu" : 
		  [
			{ "link" : null , "title" : "Item #1" , "icon" : "icon-leaf" } ,
			{ "link" : null , "title" : "4th level" , "icon" : "icon-pencil" ,
				"submenu" : 
				  [
					{ "link" : null , "title" : "Add Product" , "icon" : "icon-plus" } ,
					{ "link" : null , "title" : "View Products" , "icon" : "icon-eye-open" }
				  ]
			}
		  ]
		}
	  ]
	 } ,

	 {
	  "link" : null , "title" : "Tables" , "icon" : "icon-list",
	  "submenu" :
	  [
		{ "link" : "tables" , "title" : "Simple & Dynamic" } ,
		{ "link" : "jqgrid" , "title" : "jqGrid plugin" }
	  ]
	 } ,

	 {
	  "link" : null, "title" : "Forms" , "icon" : "icon-edit",
	  "submenu" :
	  [
		{ "link" : "form-elements" , "title" : "Form Elements" } ,
		{ "link" : "form-wizard" , "title" : "Wizard & Validation" },
		{ "link" : "wysiwyg" , "title" : "Wysiwyg & Markdown" },
		{ "link" : "dropzone" , "title" : "Dropzone File Upload" }
	  ]
	 } ,

     { "link" : "widgets" , "title" : "Widgets" , "icon" : "icon-list-alt" } ,
	
     { "link" : "calendar" , "title" : "Calendar" , "icon" : "icon-calendar", "badge" : "<i class='icon-warning-sign red bigger-130'></i>", "badge-class":"badge-transparent", "tooltip" : "2&nbsp;Important&nbsp;Events" , "tooltip-class":"tooltip-error"} ,
	
	 { "link" : "gallery" , "title" : "Gallery" , "icon" : "icon-picture" },
	 
	 {
	  "link" : null, "title" : "More Pages" , "icon" : "icon-tag",
	  "submenu" :
	  [
		{ "link" : "profile" , "title" : "User Profile" } ,

		{ "link" : "inbox" , "title" : "Inbox" } ,

		{ "link" : "pricing" , "title" : "Pricing Tables" } ,

		{ "link" : "invoice" , "title" : "Invoice" } ,
		
		{ "link" : "timeline" , "title" : "Timeline" } ,

		{ "link" : "login" , "title" : "Login & Register" }
	   ]
	 } ,
	
	 {
	  "link" : null, "title" : "Other Pages" , "icon" : "icon-file-alt", "badge" : "5", "badge-class":"badge-primary",
	  "submenu" :
	  [
		{ "link" : "faq" , "title" : "FAQ" } ,
		
		{ "link" : "error-404" , "title" : "Error 404" } ,
		
		{ "link" : "error-500" , "title" : "Error 500" } ,
		
		{ "link" : "grid" , "title" : "Grid" } ,
		
		{ "link" : "blank" , "title" : "Blank Page" }
	  ]
	 }
]