// 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.hspacing = 5;
ace_state.hbgcolor = '#000000';
ace_state.hftcolor = '#FF0000';
ace_state.nbgcolor = '#000000';
ace_state.nftcolor = '#EFEFEF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '9pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '0px  solid';
ace_state.menuborder = '1px #000040 solid';
ace_state.cellpadding = 2;
ace_state.cellspacing = 0;
ace_state.layerpadding = 0;
ace_state.divider = 'l';
ace_state.fopacity = '80';
ace_state.fshadow = '#808080';

acemenu = new ACEMenu('0');
acemenu.columns = 50;

acemenu.AddItem('LF Wake Boarding Section', 'http://www.liquidforce.co.za/wake/index.php', '', false , '', '0', '0');
acemenu.AddItem('LF Kite Boarding Section', 'http://www.liquidforce.co.za/kite/index.php', '', false , '', '0', '0');
acemenu.AddItem('Liquid Force Online Wake Board Shop', 'http://www.wakeboards.co.za', '_blank', false , '', '0', '0');


