// Title: Horizontal Menu (Relative)
// 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 = '#8080FF';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#0000A0';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Verdana';
ace_state.fontSize = '11pxpt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.hbgcolor = '#517496';
acemenu.hftcolor = '#D05F14';
acemenu.nbgcolor = '#517496';
acemenu.fontFamily = 'Verdana';
acemenu.fontSize = '12pxpt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'left';

acemenu.AddItem('Home', 'index.html', '', false , 'Home Page', '0', '0');
acemenu.AddItem('About Us', 'aboutus.html', '', true , 'About Us', '0', '0');
acemenu.AddItem('Services', 'services.html', '', true , 'Services', '0', '0');
acemenu.AddItem('Client List', 'clientlist.html', '', false , 'Client List', '0', '0');
acemenu.AddItem('Case Studies', 'casestudies.html', '', false , 'Case Studies', '0', '0');
acemenu.AddItem('Articles', 'articles.html', '', false , 'Articles', '0', '0');
acemenu.AddItem('Testimonials', 'testimonials.html', '', false , 'Testimonials', '0', '0');
acemenu.AddItem('Executive Forum', 'execforum.html', '', false , 'Executive Forum', '0', '0');
acemenu.AddItem('Contact Us', 'contact.html', '', false , 'Contact Us', '0', '0');

acemenu = new ACEMenu('2');
acemenu.position = 'bottom';
acemenu.hspacing = 3;
acemenu.hbgcolor = '#87A9B2';
acemenu.hftcolor = '#D05F14';
acemenu.nbgcolor = '#517496';
acemenu.fontFamily = 'Verdana';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';

acemenu.AddItem('<SPAN STYLE="margin-left: 6px; margin-right: 6px; color: #D05F14">&#149;</SPAN>Overview', 'aboutus.html', '', false , 'About Us', '0', '0');
acemenu.AddItem('<B>Our Team</B>', 'null', '', false , 'Our Team', '0', '0');
acemenu.AddItem('<SPAN STYLE="margin-left: 6px; margin-right: 6px; color: #D05F14">&#149;</SPAN>Tina Kerkam, President & CEO', 'bio-01.html', '', false , 'ROI Management Audit ', '0', '0');

acemenu = new ACEMenu('3');
acemenu.position = 'bottom';
acemenu.hspacing = 3;
acemenu.hbgcolor = '#87A9B2';
acemenu.hftcolor = '#D05F14';
acemenu.nbgcolor = '#517496';
acemenu.fontFamily = 'Verdana';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';

acemenu.AddItem('<SPAN STYLE="margin-left: 6px; margin-right: 6px; color: #D05F14">&#149;</SPAN>Overview', 'services.html', '', false , 'About Us', '0', '0');
acemenu.AddItem('<B>Executive Management Advisory Services</B>', 'null', '', false , 'Executive Management Advisory Services', '0', '0');
acemenu.AddItem('<SPAN STYLE="margin-left: 6px; margin-right: 6px; color: #D05F14">&#149;</SPAN>Executive Management Advisory Services', 'emas.html', '', false , 'Executive Management Advisory Services', '0', '0');
acemenu.AddItem('<B>Executive Assessments</B>', 'null', '', false , 'Executive Assessments', '0', '0');
acemenu.AddItem('<SPAN STYLE="margin-left: 6px; margin-right: 6px; color: #D05F14">&#149;</SPAN>Balanced Skills Assessments', 'balancedskills.html', '', false , 'Balanced Skills Assessments', '0', '0');
acemenu.AddItem('<SPAN STYLE="margin-left: 6px; margin-right: 6px; color: #D05F14">&#149;</SPAN>Management Assessments', 'etdma.html', '', false , 'Management Assessments', '0', '0');
acemenu.AddItem('<B>Business Advisory Services</B>', 'null', '', false , 'Business Advisory Services', '0', '0');
acemenu.AddItem('<SPAN STYLE="margin-left: 6px; margin-right: 6px; color: #D05F14">&#149;</SPAN>Succession Planning', 'bassuccession.html', '', false , 'Succession Planning', '0', '0');
acemenu.AddItem('<SPAN STYLE="margin-left: 6px; margin-right: 6px; color: #D05F14">&#149;</SPAN>Strategic Planning', 'basstrategic.html', '', false , 'Strategic Planning', '0', '0');
acemenu.AddItem('<SPAN STYLE="margin-left: 6px; margin-right: 6px; color: #D05F14">&#149;</SPAN>Executive Forums', 'basexecutive.html', '', false , 'Executive Forums', '0', '0');
acemenu.AddItem('&nbsp;&nbsp;&nbsp;&nbsp;', '', '', false , '', '0', '0');


