/* --- menu items --- */
var MENU_ITEMS = [
	['about', 'http://www.hungrylucy.com/bio.php',
		['bio', 'http://www.hungrylucy.com/bio.php'],
		['discography', 'http://www.hungrylucy.com/discography.php']
	],
	['what\'s new', 'http://www.hungrylucy.com/index.php',
		['blog', 'http://blog.hungrylucy.com'],
		['calendar', 'http://www.hungrylucy.com/calendar.php']
	],
	['music', 'http://www.hungrylucy.com/discography.php',
		['discography', 'http://www.hungrylucy.com/discography.php'],
		['lyrics', 'http://www.hungrylucy.com/lyrics.php'],
		['buy online', 'http://www.hungrylucy.com/store.php']
	],
	['visuals', 'http://www.hungrylucy.com/downloads.php#video',
		['photo gallery', 'http://www.flickr.com/photos/hungrylucy'],
		['videos', '/video.php']
	],
	['contact', 'http://www.hungrylucy.com/contact.php',
		['E-mail list', 'http://www.hungrylucy.com/elist.php'],
		['shoutout', 'http://www.hungrylucy.com/shoutout.php'],
		['contact us', 'http://www.hungrylucy.com/contact.php']
	],
/*	['special', null,
		['special 1', '#'],
		['special 2', '#']
	],
*/
];
