BLANK_IMAGE = 'http://www.cyberalert.com/images/pixel.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'',		// background color for the items
		bgOVER:''	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn',		// CSS class for items
		OVER:'clsCMOver'	// CSS class for item which is under mouse
	}
};


var STYLE3 = {
	border:0,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'',		// background color for the items
		bgOVER:''	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn3',		// CSS class for items
		OVER:'clsCMOver3'	// CSS class for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'#ffffff',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'#DFB5EE',		// background color for the items
		bgOVER:''	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn2',		// CSS class for items
		OVER:'clsCMOver2'	// CSS class for item which is under mouse
	}
};

var MENU_ITEMS_01 = [
	{pos:'relative'},
	{code:'Our<br>Products', format:{leveloff:[0,14], size:[34,84], style:STYLE},
		sub:[		
            {itemoff:[23,0], leveloff:[36,0], size:[25,220], style:STYLE2},
			{code:'Overview', url:'http://www.cyberalert.com/products.html'},
			{code:'Monitor News', url:'http://www.cyberalert.com/news_monitoring.html'},
			{code:'Monitor Word of Mouth', url:'http://www.cyberalert.com/consumerdiscussion.html'},
			{code:'Monitor Blogs', url:'http://www.cyberalert.com/blogmonitoring.html'},
			{code:'ClipMetrics Media Measurement', url:'http://www.cyberalert.com/mediameasurement-a.html'},
			{code:'a.m. NewsBrief', url:'http://www.cyberalert.com/newsbrief.html'}
			]
	},	
	{code:'FAQ', url:'http://www.cyberalert.com/faq.html', format:{itemoff:[0,84], size:[23,52], style:STYLE}
	},		
	{code:'Monitoring<br>Library', format:{itemoff:[0,52], size:[34,96], style:STYLE},
		sub:[
		    {itemoff:[23,0], leveloff:[36,-11], size:[25,200], style:STYLE2},
			{code:'Monitoring Applications', url:'http://www.cyberalert.com/monitoringapplications.html'},
			{code:'Media Monitoring Newsletter', url:'http://www.cyberalert.com/monitoringnewsletter.html'},
			{code:'Monitoring Articles', url:'http://www.cyberalert.com/monitoringarticles.html'},
			{code:'Success Stories', url:'http://www.cyberalert.com/media_monitoring_success_stories.html'}
			]
	},
	{code:'Press<br>Room', format:{itemoff:[0,96], size:[34,68], style:STYLE},
		sub:[
		    {itemoff:[23,0], leveloff:[36,-11], size:[25,130], style:STYLE2},
			{code:'Contacts', url:'http://www.cyberalert.com/presscontacts.html'},
			{code:'News Releases', url:'http://www.cyberalert.com/releases.html'},
			{code:'CyberAlert Logos', url:'http://www.cyberalert.com/logos.html'}
			]
	},
	{code:'Partner<br>Program', url:'http://www.cyberalert.com/partnerprogram.html', format:{itemoff:[0,68], size:[34,84], style:STYLE}
	},
	{code:'PR Grants', url:'http://www.cyberalert.com/prgrants.html', format:{itemoff:[0,84], size:[23,90], style:STYLE}
	},	
	{code:'Blog<br><br>', url:'http://www.cyberalert.com/blog', format:{itemoff:[0,94], size:[34,60], style:STYLE}
	},
	{code:'Login', url:'http://clients.cyberalert.com/version4/', format:{itemoff:[0,60], size:[23,66], style:STYLE}
	},
	{code:'About Us', url:'http://www.cyberalert.com/about_us.html', format:{itemoff:[0,66], size:[23,60], style:STYLE}
	}
];
