// Title: Horizontal Menu (Floating)
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hspacing = 50;
ace_state.width = '50';
ace_state.hbgcolor = '#7F7F7F';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#000000';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.textalign = 'left';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;
ace_state.divider = '|';

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.width = '1';
acemenu.hspacing = 100;
acemenu.hbgcolor = '#7F7F7F';
acemenu.nbgcolor = '#0F0F0F';

acemenu.AddItem('Main                                                                               ', '../index.html', '', false , '', '0', '0');
acemenu.AddItem('About Us                                               ', '../about-us.html', '', false , '', '0', '0');
acemenu.AddItem('Why Zipmarks?', '../why-zipmarks.html', '', false , '', '0', '0');
acemenu.AddItem('Our Services                 ', '../our-services.html', '', false , '', '0', '0');
acemenu.AddItem('Pricing & Availability', '../pricing.html', '', false , '', '0', '0');
acemenu.AddItem('Brand Communities                                ', '../brand-communities.html', '', false , '', '0', '0');
acemenu.AddItem('Apply Today', '../apply-today.html', '', false , '', '0', '0');
acemenu.AddItem('Contact Us                                      ', '../contact-us.html', '', false , '', '0', '0');


