// 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.hbgcolor = '#8080FF';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#0000A0';
ace_state.nftcolor = '#FFFFFF';
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.position = 'bottom';
acemenu.width = '200';
acemenu.hbgcolor = '#6caee1';
acemenu.hftcolor = '#FFFFFF';
acemenu.nbgcolor = '#2583ca';
acemenu.nftcolor = '#FFFFFF';
acemenu.fontFamily = 'Trebuchet MS';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.itemborder = '1px #FFFFFF solid';
acemenu.hbdrsize = '1';
acemenu.hbdrcolor = '#FFFFFF';


acemenu.AddItem('Home', '../index.html', '', false , '', '0', '0');
acemenu.AddItem('How to Claim', '../howtoclaim.html', '', false , '', '0', '0');
acemenu.AddItem('About PHC', '../aboutphc.html', '', false , '', '0', '0');
acemenu.AddItem('Contact Us', '../contact.html', '', false , '', '0', '0');
acemenu.AddItem('News', '../news.html', '', false , '', '0', '0');



