//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#1D64A3", "shadow":"#175F9F", "bgON":"#2873B6","bgOVER":"#2873B6"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};
var color2 = {"border":"#113F67", "shadow":"#DBD8D1", "bgON":"#D0E4F5","bgOVER":"#3A71A1"};
var css2 = {"ON":"clsCMOn2", "OVER":"clsCMOver2"};
var STYLE2 = {"border":1, "shadow":0, "color":color2, "css":css2};
//items and formats
var MENU_ITEMS3 =
[
	{"pos":"relative", "itemoff":[0,99], "leveloff":[21,0], "style":STYLE, "size":[44,140]},
	{code:"Health", url:"health/index.html",
		sub:[
			{"itemoff":[21,0], "leveloff":[-21,-265], "style":STYLE2, "size":[22,250]},
			{code:"Current Worker Protection Programs", url:"/health/index.html#current"},
			{code:"Former Worker Medical Surveillance Programs", url:"/health/index.html#former"},
			{code:"Domestic Health Studies of DOE Workers", url:"/health/index.html#domestic"},
			{code:"International Programs and Studies", url:"/health/index.html#international"},
		]
	},
];
