BLANK_IMAGE='http://www.svft.org/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#aadeee",	// color of the item border, if any
		shadow:"#aadeee",	// color of the item shadow, if any
		bgON:"#292a63",		// background color for the items
		bgOVER:"#292a63"	// 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:[485,35], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[25,200]},
	{code: "Home","url":"http://www.svft.org/index.html"
	
  },
	 {code: "About Us",
        sub:[
            {"itemoff":[21,0]},
	     {code:"Welcome", "url":"http://www.svft.org/888:welcome.html"},
            {code:" Executive Officers", "url":"http://www.svft.org/888officers.html"},
            {code:"Building Representatives", "url":"http://www.svft.org/888reps.html"},
            {code:"Committee Assignments", "url":"http://www.svft.org/888committees.html"},
            {code:"Directions", "url":"http://www.svft.org/888direct.html"},
        ]
    },
    {code: "Resources", 
        sub:[
            {itemoff:[21,0]},
            {code:"Employee Mediation", "url":"http://www.svft.org/888mediation.html"},
            {code:"Forms & Documents", "url":"http://www.svft.org/888formsdocs.html"},
           {code:"Health & Safety", "url":"http://www.svft.org/888h_s.html"},
	    {code:"Laws & Policies", "url":"http://www.svft.org/888lawspolicies.html"},
	    {code:"Web Resources", "url":"http://www.svft.org/888weblinks.html"},
        ]
    },
 {code: "Current Issues", 
        sub:[
            {itemoff:[21,0]},
            {code:"What's Happening? Update", "url":"http://www.svft.org/888W_h.html"},
            {code:"Whitney", "url":"http://www.svft.org/888whitney.html"},
            {code:"Vocational Instructor Newsletter", "url":"http://www.svft.org/888v_i.html"},
            {code:"News & Views", "url":"http://www.svft.org/888newsviews.html"},
        ]
     }
];