BLANK_IMAGE = 'http://www.worldnetcast.com/TV_Channels/standard/images/b.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:"#666666",		// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#333333",		// background color for the items
		bgOVER:"#CCCCCC"	// 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 MENU_ITEMS3 = [
	{pos:[73,152], itemoff:[0,102], leveloff:[20,0], style:STYLE, size:[17,102]},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;US News",url:"http://www.usnewstv.com/top_stories/ReutersNews.htm", target:"main"},

	{code:"Beverly Hills",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/BeverlyHills/community_overview.html", target:"main"},

	{code:"Hollywood",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/Hollywood/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;Malibu",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/MalibuTopanga/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;&nbsp;&nbsp;Palos Verdes",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/PalosVerdes/community_overview.html", target:"main"},

	{code:"&nbsp;Santa Monica",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/SantaMonica/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;&nbsp;&nbsp;South Bay",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/SouthBay/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;West Hollywood",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/WestHollywood/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;&nbsp;Classifieds",url:"http://www.worldnetcast.com/TV_Channels/standard/classifieds.html", target:"main"},

];