// Title: Horizontal Menu (Floating)
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 8;
ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hspacing = 0;
ace_state.width = '50';
ace_state.hbgcolor = '#483f3d';
ace_state.hftcolor = '#E6E0CA';
ace_state.nbgcolor = '#483f3d';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '9pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '0px  solid';
ace_state.menuborder = '0px  solid';
ace_state.hbdrsize = '0';
ace_state.cellpadding = 0;
ace_state.cellspacing = 0;
ace_state.layerpadding = 0;
ace_state.fopacity = '95';
ace_state.fshadow = '#222222';

acemenu = new ACEMenu('0');

acemenu.AddRollover('', '/images/blanky.jpg', '/images/blanky.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('', '/images/about-normal.jpg', '/images/about-over.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('', '/images/action-normal.jpg', '/images/action-over.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('', '/images/media-normal.jpg', '/images/media-over.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('', '/images/events-normal.jpg', '/images/events-over.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('/contact-faith.html', '/images/contact-normal.jpg', '/images/contact-over.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('/site-map.html', '/images/map-normal.jpg', '/images/map-over.jpg', '_self', false , '', '0', '0');

acemenu = new ACEMenu('2');
acemenu.columns = 1;
acemenu.position = 'bottom';
acemenu.width = '175px';
acemenu.cellpadding = 6;

acemenu.AddItem('Schedule of Services and Map', '/schedule-of-services-and-map.html', '_self', false , '', '0', '0');
acemenu.AddItem('Pastor', '/pastor.html', '_self', false , '', '0', '0');
acemenu.AddItem('We Believe', '/we-believe.html', '_self', false , '', '0', '0');
acemenu.AddItem('History', '/history.html', '_self', false , '', '0', '0');
acemenu.AddItem('Pool of Faith', '/pool-of-faith.html', '_self', false , '', '0', '0');
acemenu.AddItem('Frequently Asked Questions', '/faqs.html', '_self', false , '', '0', '0');

acemenu = new ACEMenu('3');
acemenu.columns = 1;
acemenu.position = 'bottom';
acemenu.width = '175px';
acemenu.cellpadding = 6;

acemenu.AddItem('Children', '/children.html', '_self', false , '', '0', '0');
acemenu.AddItem('Youth', '/youth.html', '_self', false , '', '0', '0');
acemenu.AddItem('Women of Faith', '/women-of-faith.html', '_self', false , '', '0', '0');
acemenu.AddItem('Men of Faith', '/men-of-faith.html', '_self', false , '', '0', '0');
acemenu.AddItem('Faithful Care Day Care', '/faithful-care-day-care.html', '_self', false , '', '0', '0');
acemenu.AddItem('Faith Christian School', '/faith-christian-school.html', '_self', false , '', '0', '0');
acemenu.AddItem('Outreach Programs', '', '_self', false , '', '0', '0');


acemenu = new ACEMenu('4');
acemenu.columns = 1;
acemenu.position = 'bottom';
acemenu.width = '175px';
acemenu.cellpadding = 6;

acemenu.AddItem('Audio Sermons', '/audio-sermons.html', '_self', false , '', '0', '0');
acemenu.AddItem('Photo Gallery', '/photo-gallery.html', '_self', false , '', '0', '0');
acemenu.AddItem('Links', '/links.html', '_self', false , '', '0', '0');


acemenu = new ACEMenu('5');
acemenu.columns = 1;
acemenu.position = 'bottom';
acemenu.width = '175px';
acemenu.cellpadding = 6;

acemenu.AddItem('Calendar of Events', '/calendar-of-events.html', '_self', false , '', '0', '0');
acemenu.AddItem('Special Events', '/special-events.html', '_self', false , '', '0', '0');


acemenu = new ACEMenu('6');
acemenu.columns = 1;
acemenu.position = 'bottom';
acemenu.width = '175px';
acemenu.cellpadding = 6;

acemenu.AddItem('Prayer Request and Contact Form', '/contact-us.html', '_self', false , '', '0', '0');


acemenu = new ACEMenu('3i7');
acemenu.columns = 1;
acemenu.position = 'right';
acemenu.width = '175px';
acemenu.cellpadding = 2;

acemenu.AddItem('Foreign', '/foreign.html', '_self', false , '', '0', '0');
acemenu.AddItem('Community &amp; Homeland', '/community-and-homeland.html', '_self', false , '', '0', '0');
