// Title: 
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#888888';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.hbgcolor = '#FFFFFF';
acemenu.nbgcolor = '#003333';
acemenu.nftcolor = '#FFFFFF';
acemenu.fontFamily = 'Verdana';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';

acemenu.AddItem('About the CLMC', 'index.htm', '', false , '', '0', '0');
acemenu.AddItem('CLMC Mission Statement', 'Mission.htm', '', false , '', '0', '0');
acemenu.AddItem('Why Union Construction', 'Why_Union_Construction.htm', '', false , '', '0', '0');
acemenu.AddItem('Contractor Resources', 'Contractor_Resources.htm', '', false , '', '0', '0');
acemenu.AddItem('Unions and the CLMC', 'Unions.htm', '', false , '', '0', '0');
acemenu.AddItem('Apprenticeship & Training', 'Apprenticeship_Training.htm', '', false , '', '0', '0');
acemenu.AddItem('Diversity Initiative', 'Diversity_Initiative.htm', '', false , '', '0', '0');
acemenu.AddItem('Construction Contractors', 'constructionContractors.htm', '', false , '', '0', '0');



