// Title: 
// 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 = '#888888';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
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 = '#01539C';
acemenu.hftcolor = '#FFFFFF';
acemenu.nbgcolor = '#FFCF01';
acemenu.nftcolor = '#01539C';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '12pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('LIONS CLUBS IN 27-A1    |', 'lions_club.html', '', false , '', '0', '0');
acemenu.AddItem('LIONESS CLUBS IN 27-A1    |', 'lioness_club.html', '', false , '', '0', '0');
acemenu.AddItem('DISTRICT 27-A1 CALENDAR OF EVENTS', 'http://www.wilions.org/cgi-bin/calendar.pl', '_blank', false , '', '0', '0');


