// Title: Vertical 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 = '#EFEFEF';
ace_state.hftcolor = '#4F4F4F';
ace_state.nbgcolor = '#830911';
ace_state.nftcolor = '#FBFBFD';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '9pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '0px #808080 solid';
ace_state.menuborder = '1px #808080 solid';
ace_state.hbdrsize = '0';
ace_state.hbdrcolor = '#808080';
ace_state.cellpadding = 1;
ace_state.cellspacing = 2;
ace_state.layerpadding = 3;
ace_state.ffade = '0.5';
ace_state.fopacity = '80';
ace_state.fshadow = '#DFDFDF';

acemenu = new ACEMenu('0');
acemenu.columns = 50;

acemenu.AddItem('Home', 'index.htm', '', false , '', '0', '0');
acemenu.AddItem('Products',  '', '', true , '', '0', '0');
acemenu.AddItem('News & Info', 'New news.htm', '', false , '', '0', '0');
acemenu.AddItem('Newsletter', 'New newsletter.htm', '', false , '', '0', '0');
acemenu.AddItem('Social Responsibility', 'New organisations2.htm', '', false , '', '0', '0');
acemenu.AddItem('Resources', 'New links.htm', '', false , '', '0', '0');
acemenu.AddItem('About Us', 'http://www.mammothoutdoor.co.za/about-us-a6.html', '', false , '', '0', '0');
acemenu.AddItem('Contact Us', 'http://www.mammothoutdoor.co.za/form-contact.html', '', false , '', '0', '0');

acemenu = new ACEMenu('2');
acemenu.position = 'bottom';
acemenu.AddItem('Clothing', '', '', true , '', '0', '0');
acemenu.AddItem('Footwear', '', '', true , '', '0', '0');
acemenu.AddItem('Packs', 'http://www.mammothoutdoor.co.za/packs-and-bags-c190.html6', '', false , '', '0', '0');
acemenu.AddItem('Tents', 'http://www.mammothoutdoor.co.za/tents-c194.html', '', false , '', '0', '0');
acemenu.AddItem('Sleeping Bags', 'http://www.mammothoutdoor.co.za/sleeping-bags-and-liners-c191.html', '', false , '', '0', '0');

acemenu = new ACEMenu('2i1');
acemenu.AddItem('Men’s', 'http://www.mammothoutdoor.co.za/mens-clothing-c312.html', '', false , '', '0', '0');
acemenu.AddItem('Women’s', 'http://www.mammothoutdoor.co.za/womens-clothing-c384.html', '', false , '', '0', '0');

acemenu = new ACEMenu('2i2');
acemenu.AddItem('Men’s', 'http://www.mammothoutdoor.co.za/mens-footwear-c365.html', '', false , '', '0', '0');
acemenu.AddItem('Women’s', 'http://www.mammothoutdoor.co.za/womens-footwear-c385.html', '', false , '', '0', '0');




