var menuwidth = 140;
var menuheight = 37;
var menutop = 144;
var menuleft = 0;



var mainmenu_def = {
	"type"	: "bar",

	"style"	: {
	        "css" : "item",
		"box"	: true,
		"size"	:[menuwidth, menuheight+5],
		"bgcolor":"",
                "direction":"v",		
		"border":{"color":"", "size":0},
                "imgendon":{"src":"images/menu/arr_on.gif", "width":3,"height":6},
                "imgendoff":{"src":"images/menu/arr_on.gif", "width":3,"height":6},
                "imgdir":{"src":"images/menu/1x1.gif", "width":0,"height":0},
                "imgitem":{"src":"images/menu/1x1.gif", "width":0,"height":0},
                "imgspace": 2	//left margin
	},

	"itemover": { "css" : "itemover", "bgcolor":"", "color":"",
                      "imgdir":{"src":"images/menu/1x1.gif", "width":0,"height":0},
                      "imgitem":{"src":"images/menu/1x1.gif", "width":0,"height":0}
                    },

        "separator": {"style": {"bgimg":"images/menu/separator.gif", "size" :[menuwidth,1], "imgitem":"" } },

	"position": { "absolute": false, "pos":[menuleft, menutop] },

	"defaction" : { "title" : "" },

	"items" : [                
		{ "text":"Home", "action":{"url":"index.html"}},
		{ "type":"separator"},
		{ "text":"Corporate<br>History & Info", "action":{"url":"board.html"}},
		{ "type":"separator"},
		{ "text":"What We Do", "action":{"url":"whatwedo.html"}},
		{ "type":"separator"},
		{ "text":"Human Resources", "action":{"url":"jobs.html"}},
		{ "type":"separator"},
		{ "text":"How You Can Help", "action":{"url":"help.html"}},
		{ "type":"separator"},
		{ "text":"Contact Us", "action":{"url":"contact.html"}},
		{ "type":"separator"},
		{ "text":"Newsletters", "action":{"url":"newsletter.html"}},
		]
};



var child_style = {"css":"item","bgcolor":"#8C2E0A","size":[menuwidth+10, menuheight],"border":{"color":"white","size":0}};


var childfammenu_def = {

	"items" : [
		{ "text":"Children Outpatient Program","action":{"url":"whatwedo_cfclinic.html"},"style":child_style},
		{ "text":"School-Based Services","action":{"url":"whatwedo_cfschoolbase.html"},"style" : child_style},
		{ "text":"Family Preservation","action":{"url":"whatwedo_cffampres.html"},"style" : child_style},
		{ "text":"Children’s Intensive Services","action":{"url":"whatwedo_cfintensive.html"},"style" : child_style},
		{ "text":"Children’s Systems of Care","action":{"url":"whatwedo_cfsoc.html"},"style" : child_style},
		{ "text":"Cityscape","action":{"url":"whatwedo_cfcityscape.html"},"style" : child_style},
		{ "text":"Wraparound","action":{"url":"whatwedo_wraparound.html"},"style" : child_style}
		
	]
};


var adultresmenu_def = {

	"items" : [
		{ "text":"Adult Outpatient Program","action":{"url":"whatwedo_aroutpatient.html"},"style" : child_style},
		{ "text":"ATCMS","action":{"url":"whatwedo_arcasemgt.html"},"style" : child_style},
        { "text":"CalWORKS Domestic Violence","action":{"url":"whatwedo_arcwdv.html"},"style" : child_style},
		{ "text":"CalWORKS Mental Health","action":{"url":"whatwedo_arcwmh.html"},"style" : child_style}
	]
};


var whatwedomenu_def = {
	"type"	: "bar",

	"style"	: {
	        "css" : "item",
		"box"	: true,
		"size"	:[menuwidth, menuheight],
		"bgcolor":"",
                "direction":"v",		
		"border":{"color":"", "size":0},
                "imgendon":{"src":"images/menu/arr_on.gif", "width":3,"height":6},
                "imgendoff":{"src":"images/menu/arr_on.gif", "width":3,"height":6},
                "imgdir":{"src":"images/menu/1x1.gif", "width":0,"height":0},
                "imgitem":{"src":"images/menu/1x1.gif", "width":0,"height":0},
                "imgspace": 2	//left margin
	},

	"itemover": { "css" : "itemover", "bgcolor":"", "color":"",
                      "imgdir":{"src":"images/menu/1x1.gif", "width":0,"height":0},
                      "imgitem":{"src":"images/menu/1x1.gif", "width":0,"height":0}
                    },

        "separator": {"style": {"bgimg":"images/menu/separator.gif", "size" :[menuwidth,1], "imgitem":"" } },

	"position": { "absolute": false, "pos":[menuleft, menutop] },

	"defaction" : { "title" : "" },

	"items" : [
		{ "text":"Children & Families", "menu":childfammenu_def},
		{ "type":"separator"},
		{ "text":"Adult", "menu":adultresmenu_def},
		{ "type":"separator"},
		{ "text":"Training", "action":{"url":"whatwedo_training.html"}},
		{ "type":"separator"},
		{ "text":"Home", "action":{"url":"index.html"}}
           	]
};
