// Title: Vertical Menu (Relative)
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'bottom';
ace_state.closedelay = 0;
ace_state.hbgcolor = '#FFFFFF';
ace_state.hftcolor = '#0080FF';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#0080C0';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '1px #C0C0C0 solid';
ace_state.menuborder = '0px  solid';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;
ace_state.fopacity = '90';
ace_state.fshadow = '#C0C0C0';

acemenu = new ACEMenu('0');
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.itemborder = '0px #C0C0C0 solid';
acemenu.hbdrsize = '0';
acemenu.cellpadding = 0;
acemenu.cellspacing = 0;
acemenu.layerpadding = 0;

acemenu.AddRollover('', 'images/company_nav_top_home.jpg', 'images/company_nav_top_home.jpg', '', true , '<Image Description>', '0', '0');

acemenu = new ACEMenu('1');

acemenu.AddItem('Overview', 'content.asp?docid=1&catid=1', '', false , '', '0', '0');
acemenu.AddItem('Clients & Industries', 'content.asp?docid=2&catid=1', '', false , '', '0', '0');
acemenu.AddItem('Leadership', 'content.asp?docid=3&catid=1', '', false , '', '0', '0');


