// Title: Horizontal Menu (Floating)
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 6;
ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hspacing = 0;
ace_state.width = '50';
ace_state.hbgcolor = '#DDBB83';
ace_state.hftcolor = '#ffffff';
ace_state.nbgcolor = '#DDBB83';
ace_state.nftcolor = '#555555';
ace_state.fontFamily = 'Arial, Helvetica, sans-serif';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '0px  solid';
ace_state.menuborder = '0px  solid';
ace_state.hbdrsize = '0';
ace_state.cellpadding = 0;
ace_state.cellspacing = 0;
ace_state.layerpadding = 0;
ace_state.fopacity = '95';
ace_state.fshadow = '#222222';

acemenu = new ACEMenu('0');

acemenu.AddRollover('', '/images/btn_left.jpg', '/images/btn_left.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('/', '/images/btn_home.jpg', '/images/btn_home_over.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('/About-Us.html', '/images/btn_about_us.jpg', '/images/btn_about_us_over.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('', '/images/btn_services.jpg', '/images/btn_services_over.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('/Photo-Gallery.html', '/images/btn_photo_gallery.jpg', '/images/btn_photo_gallery_over.jpg', '_self', false , '', '0', '0');
acemenu.AddRollover('/Contact-Us.html', '/images/btn_contact_us.jpg', '/images/btn_contact_us_over.jpg', '_self', false , '', '0', '0');

acemenu = new ACEMenu('4');
acemenu.columns = 1;
acemenu.position = 'bottom';
acemenu.width = '124px';
acemenu.cellpadding = 2;

acemenu.AddItem('<div class="drop_down_links">CNC Milling</div>', '/CNC-Milling.html', '_self', false , '', '0', '0');
acemenu.AddItem('<div class="drop_down_links">CNC Turning</div>', '/CNC-Turning.html', '_self', false , '', '0', '0');
acemenu.AddItem('<div class="drop_down_links">Quality Assurance</div>', '/Quality-Assurance.html', '_self', false , '', '0', '0');
acemenu.AddItem('<div class="drop_down_links">Miscellaneous</div>', '/Miscellaneous.html', '_self', false , '', '0', '0');
