BLANK_IMAGE = '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:"#7b7b7b",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#323132"	// 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_ITEMS = [
	{pos:[306,8], itemoff:[0,94], leveloff:[21,0], style:STYLE, size:[18, 100], textStyle:'font: 13px Arial; color: #FFFFFF;'},
	{code:"&nbsp;home", url:"index.html"},
	{code:"&nbsp;about",
		sub:[
			{itemoff:[18,0]},
			{code:"&nbsp;who we are", url:"about.html#Are"
			},
			{code:"&nbsp;what we do", url:"about.html#Do"
			},			
			{code:"&nbsp;contributors", url:"about.html#Contribute"
			},
			{code:"&nbsp;contact", url:"contact.html"
			},
			{code:"&nbsp;our friends", url:"links.html"
			}			
		]
	},
	{code:"&nbsp;design",
		sub:[
			{itemoff:[18,0]},
			{code:"&nbsp;online media", url:"media.html"
			},
			{code:"&nbsp;print media", url:"print.html"
			},
			{code:"&nbsp;websites", url:"web.html"
			},
			{code:"&nbsp;identity", url:"identity.html"
			}
		]
	},	
		{code:"&nbsp;photo",
		sub:[
			{itemoff:[18,0]},
			{code:"&nbsp;main", url:"http://www.unscenemedia.com/Photography/index2.php"
			},
			{code:"&nbsp;8lbs6oz", url:"http://www.unscenemedia.com/8lbs6oz/index2.php"
			},
			{code:"&nbsp;the car park", url:"http://www.unscenemedia.com/thecarpark/index2.php"
			},			
		]
	},	
	
	{code:"&nbsp;cinema", url:"http://www.unscenemedia.com/cinema.html"},
	{code:"&nbsp;blog", url:"http://blog.unscenemedia.com/"}

];


