

var STYLE_LEFT = {
    size:[ '+self', 145 ],
	backgroundStyle:[ "background: #FFFFFF left bottom repeat-x url(graphics/left_menu_bg.gif);" ],
	backgroundColor:[ '#FFFFFF', '#FFFFFF' ],
	textClass:[ 'menu_link', 'menu_hover' ],
	borderWidth:[0,1,0,1],
	borderColor:'#5d9f39',
    itemoff:[ '+previousItem-1px', 0 ],
    leveloff:[ 0, '+parentItem-1px' ]
};

var STYLE_SUBMENUS = {
	backgroundStyle:[ "background: #eaf6e2;" ],
	backgroundColor:[ '#eaf6e2', '#f3fdec' ],
	textClass:[ 'submenu_link', 'submenu_hover' ],
    itemoff:[ '+previousItem-1px', 0 ],
    leveloff:[ 0, '+parentItem-1px' ],
    borderWidth:[1,1,0,1],
	borderColor:'#bcd7ab'
};

var MENU_ITEMS_LEFT = [
		{pos:'relative', style:[ STYLE_LEFT, STYLE_SUBMENUS], blankImage:'graphics/transparent.gif', arrow:[ 'graphics/arr_forward.gif', 'graphics/arr_forward_over.gif' ], arrsize:[7,9]},
			{code:"Home", url:"index.php?section=1"	}, 
 
			{code:"About Green Ink", url:"index.php?section=2",
				sub:[ { size:[ "+self", 172 ]}, 
				{code:"Meet the team", url:"index.php?section=2&subsection=2"},
				{code:"Why work with us?", url:"index.php?section=2&subsection=1"},
				{code:"Newsletters", url:"index.php?section=2&subsection=104"},
	]}, 
 
			{code:"Our Services", url:"index.php?section=3",
				sub:[ { size:[ "+self", 172 ]}, 
				{code:"What do you need?", url:"index.php?section=3&subsection=4"},
				{code:"Help us help you", url:"index.php?section=3&subsection=74"},
				{code:"Our terms and conditions", url:"index.php?section=3&subsection=69"},
				{code:"Carbon offsetting", url:"index.php?section=3&subsection=85"},
	]}, 
 
			{code:"Recent Projects", url:"index.php?section=4",
				sub:[ { size:[ "+self", 172 ]}, 
				{code:"Reports", url:"index.php?section=4&subsection=95"},
				{code:"Policy briefs", url:"index.php?section=4&subsection=99"},
				{code:"Corporate identities and promotional packs", url:"index.php?section=4&subsection=96"},
				{code:"Web writing and design", url:"index.php?section=4&subsection=100"},
				{code:"Blogging", url:"index.php?section=4&subsection=101"},
				{code:"Translation", url:"index.php?section=4&subsection=103"},
				{code:"Mentoring and training", url:"index.php?section=4&subsection=97"},
				{code:"Technical manuals", url:"index.php?section=4&subsection=102"},
	]}, 
 
			{code:"SiteManager", url:"index.php?section=5",
				sub:[ { size:[ "+self", 172 ]}, 
				{code:"The WYSIWYG Editor", url:"index.php?section=5&subsection=37"},
				{code:"Upload images", url:"index.php?section=5&subsection=38"},
				{code:"Upload documents", url:"index.php?section=5&subsection=39"},
				{code:"Admin mode", url:"index.php?section=5&subsection=40"},
				{code:"Creating your site structure", url:"index.php?section=5&subsection=41"},
				{code:"Changing styles", url:"index.php?section=5&subsection=42"},
	]}, 
 
			{code:"Working for Us", url:"index.php?section=9",
				sub:[ { size:[ "+self", 172 ]}, 
				{code:"Network of associates", url:"index.php?section=9&subsection=82"},
				{code:"Core team vacancies", url:"index.php?section=9&subsection=105"},
	]}, 
 
			{code:"Contact Us", url:"index.php?section=6"	}, 
 
];