// Title: Horizontal Menu (Floating)
// Description: Absolutely Stylish Web Design menu
// 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;

acemenu = new ACEMenu('0');
acemenu.columns = 8;
acemenu.position = 'bottom';
acemenu.target = '_self';
acemenu.hbgcolor = '#EFEFEF';
acemenu.hftcolor = '#ff6633';
acemenu.nbgcolor = '#FFFFFF';
acemenu.nftcolor = '#0000FF';
acemenu.width = '950';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';
acemenu.itemborder = '1px #BFBFBF solid';
acemenu.menuborder = '1px #FFFFFF solid';
acemenu.hspacing = 1;

acemenu.AddItem('Home Page', 'http://www.absolutelystylish.com/index.html', '', false , 'Introduction to Absolutely Stylish Website Design');
acemenu.AddItem('Contact page', 'http://www.absolutelystylish.com/contact.html', '', false , 'Contact details & information');
acemenu.AddItem('FAQ page', 'http://www.absolutelystylish.com/faq.html', '', false , 'Frequently asked questions asked by clients prior to the purchase of a web site ');
acemenu.AddItem('Links page', 'http://www.absolutelystylish.com/links.html', '', false , 'Links to useful resources and examples');
acemenu.AddItem('Promotion', 'http://www.absolutelystylish.com/promotion_examples.html', '', false , 'Website promotion information');
acemenu.AddItem('Optimisation page', 'http://www.absolutelystylish.com/seo.html', '', false , 'Search engine optimisation and its effects');
acemenu.AddItem('Site Map', 'http://www.absolutelystylish.com/sitemap.html', '', false , 'Directory of all pages on this website');



