// 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 = 6;
acemenu.position = 'bottom';
acemenu.target = '_self';
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#ff6633';
acemenu.nbgcolor = '#f2f2f2';
acemenu.nftcolor = '#0000FF';
acemenu.width = '950';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';
acemenu.itemborder = '1px #BFBFBF solid';
acemenu.cellpadding = 4;

acemenu.AddItem('Home Page', 'http://www.aboriginal-land-rights.com/index.html', '', false , 'a website designed to highlight the destreuction caused to rivers and catchments on the Woronora plateau');
acemenu.AddItem('Contact', 'http://www.aboriginal-land-rights.com/contact.html', '', false , 'Contact details & information');
acemenu.AddItem('Galleries Menu', '', '', true , 'Contains mining damage galleries');
acemenu.AddItem('Links', 'http://www.aboriginal-land-rights.com/links.html', '', false , 'Links to useful resources and examples');
acemenu.AddItem('Water', 'http://www.aboriginal-land-rights.com/water.html', '', false , 'Keneally governments destruction of Sydney\'s water supply');
acemenu.AddItem('Site Map', 'http://www.aboriginal-land-rights.com/sitemap.html', '', false , 'Directory of all pages on this website');

acemenu = new ACEMenu('3');
acemenu.position = 'bottom';
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#ff6633';
acemenu.nbgcolor = '#f2f2f2';
acemenu.nftcolor = '#0000FF';
acemenu.itemborder = '0px #4F4F4F solid';
acemenu.hspacing = 2;
acemenu.fshadow = '#3F3F3F';

acemenu.AddItem('Simpsons Creek', 'http://www.aboriginal-land-rights.com/simpsons.html', '', false , 'Longwall mining damage to Simpsons creek and sacred sites');
acemenu.AddItem('O\'Hares Creek', 'http://www.aboriginal-land-rights.com/hares.html', '', false , 'O\'Hares Creek');
acemenu.AddItem('Upper Canal', 'http://www.aboriginal-land-rights.com/upper_canal.html', '', false , 'Damage to the SCA Upper Canal');
acemenu.AddItem('Waratah Rivulet', 'http://www.aboriginal-land-rights.com/waratah.html', '', false , 'Waratah Rivulet ');
acemenu.AddItem('Waratah Aboriginal Site', 'http://www.aboriginal-land-rights.com/waratah_sites.html', '', false , 'Waratah Rivulet Camp Sites');
acemenu.AddItem('Whale Cave', 'http://www.aboriginal-land-rights.com/whale_art_gallery.html', '', false , 'Destruction of art and culture in the whale cave');



