// 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 = '#FFFFFF';
acemenu.hftcolor = '#0000FF';
acemenu.nbgcolor = '#FFFFFF';
acemenu.nftcolor = '#FF0000';
acemenu.width = '810';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';
acemenu.itemborder = '1px #AFAFAF solid';
acemenu.menuborder = 'px #4F4F4F solid';
acemenu.hspacing = 1;

acemenu.AddItem('Home Page', 'http://www.absolutelystylish.com.au/index.html', '', false , 'Entry page to the Absolutely Stylish Wesite Design website');
acemenu.AddItem('Contact Page', 'http://www.absolutelystylish.com.au/contact.html', '', false , 'Contact & information');
acemenu.AddItem('Corporate', 'http://www.absolutelystylish.com.au/corporate.html', '', false , 'Corporate image and business dress');
acemenu.AddItem('Links Page', 'http://www.absolutelystylish.com.au/links.html', '', false , 'Links to useful resources');
acemenu.AddItem('Older Women', 'http://www.absolutelystylish.com.au/mature_women.html', '', false , 'Style, hair, makeup and skin care ');
acemenu.AddItem('Personal Menu*', '', '', true , 'Style colour and image services menu');
acemenu.AddItem('Shopping Cart', 'http://www.absolutelystylish.com.au/shopping_cart.html', '', false , '');
acemenu.AddItem('Sitemap', 'http://www.absolutelystylish.com.au/sitemap.html', '', false , 'Directory of all pages on this website with their content');

acemenu = new ACEMenu('6');
acemenu.columns = 1;
acemenu.position = 'bottom';
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#0000FF';
acemenu.nbgcolor = '#FFFFFF';
acemenu.nftcolor = '#FF0000';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.itemborder = '0px #7F7F7F solid';
acemenu.menuborder = '1px #7F7F7F solid';
acemenu.hspacing = 0;
acemenu.ffade = '1';
acemenu.fopacity = '100';
acemenu.fshadow = '#7F7F7F';

acemenu.AddItem('Colour Analysis', 'http://www.absolutelystylish.com.au/coloranalysis.html', '', false , 'Colour analysis');
acemenu.AddItem('Gift Vouchers', 'http://www.absolutelystylish.com.au/giftvouchers.html', '', false , 'Gift Vouchers for that special occasion');
acemenu.AddItem('Hair styles', 'http://www.absolutelystylish.com.au/hairstyle.html', '', false , 'Hair Style for image');
acemenu.AddItem('Style solutions', 'http://www.absolutelystylish.com.au/stylesolutions.html', '', false , 'Style presentations');


