// Title: Vertical 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.width = '10';
ace_state.hbgcolor = '#c6e8ef';
ace_state.hftcolor = '#330066';
ace_state.nbgcolor = '#330066';
ace_state.nftcolor = '#FFFFFF';
ace_state.bgimage = 'images/viloetLines.jpg';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '0px #C6E8EF solid';
ace_state.menuborder = '0px #C6E8EF solid';
ace_state.hbdrsize = '0';
ace_state.hbdrcolor = '#00b0c7';
ace_state.cellpadding = 1;
ace_state.cellspacing = 0;
ace_state.layerpadding = 5;

acemenu = new ACEMenu('0');

acemenu.AddItem('Home', 'index.htm', '', false , '', '0', '0');
acemenu.AddItem('Our Services', 'our_services.htm', '', false , '', '0', '0');
acemenu.AddItem('About Ann & Bob', 'about.htm', '', false , '', '0', '0');
acemenu.AddItem('FAQs', 'faq.htm', '', false , '', '0', '0');
acemenu.AddItem('Getting Started', 'getting_started.htm', '', false , '', '0', '0');
acemenu.AddItem('Top 10 Lease<br>Mistakes', 'lease_negotiation.htm', '', false , '', '0', '0');
acemenu.AddItem('Contact us', 'contact.htm', '', false , '', '0', '0');
acemenu.AddItem('Community', 'community.htm', '', false , '', '0', '0');



