// Title: Horizontal Menu (Relative)
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#790E27';
ace_state.hftcolor = '#EFEFEF';
ace_state.nbgcolor = '#000000';
ace_state.nftcolor = '#EFEFEF';
ace_state.fontFamily = 'Verdana';
ace_state.fontSize = '8pt';
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 = 1;
ace_state.cellspacing = 0;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.hspacing = 0;
acemenu.hbdrsize = '0';
acemenu.cellpadding = 0;
acemenu.cellspacing = 0;
acemenu.layerpadding = 0;

acemenu.AddRollover('http://www.meadhunt.com/index.php', 'http://www.meadhunt.com/images/menu/main/home_on.gif', 'http://www.meadhunt.com/images/menu/main/home_on.gif', '', false , 'Home', '0', '0');
acemenu.AddRollover('http://www.meadhunt.com/index.php/careers/', 'http://www.meadhunt.com/images/menu/main/careers_off.gif', 'http://www.meadhunt.com/images/menu/main/careers_on.gif', '', true , 'Careers', '0', '0');
acemenu.AddRollover('http://www.meadhunt.com/index.php/services/', 'http://www.meadhunt.com/images/menu/main/services_off.gif', 'http://www.meadhunt.com/images/menu/main/services_on.gif', '', true , 'Services', '0', '0');
acemenu.AddRollover('http://www.meadhunt.com/index.php/portfolio/C255/', 'http://www.meadhunt.com/images/menu/main/portfolio_off.gif', 'http://www.meadhunt.com/images/menu/main/portfolio_on.gif', '', true , 'Portfolio', '0', '0');
acemenu.AddRollover('http://www.meadhunt.com/index.php/about/', 'http://www.meadhunt.com/images/menu/main/about_off.gif', 'http://www.meadhunt.com/images/menu/main/about_on.gif', '', true , 'About', '0', '0');
acemenu.AddRollover('http://www.meadhunt.com/index.php/contact/', 'http://www.meadhunt.com/images/menu/main/contact_off.gif', 'http://www.meadhunt.com/images/menu/main/contact_on.gif', '', true , 'Contact', '0', '0');

acemenu = new ACEMenu('2');

acemenu.AddItem('Career Opportunities', 'http://www.meadhunt.com/index.php/careers/C23/', '', false , '', '0', '0');
acemenu.AddItem('Mead & Hunt Culture', 'http://www.meadhunt.com/index.php/careers/C24/', '', false , '', '0', '0');
acemenu.AddItem('Benefits', 'http://www.meadhunt.com/index.php/careers/C25/', '', false , '', '0', '0');

acemenu = new ACEMenu('3');

acemenu.AddItem('Architecture', 'http://www.meadhunt.com/index.php/services/architecture/', '', false , '', '0', '0');
acemenu.AddItem('Aviation', 'http://www.meadhunt.com/index.php/services/aviation/', '', false , '', '0', '0');
acemenu.AddItem('Transportation', 'http://www.meadhunt.com/index.php/services/highwaysbridges/', '', false , '', '0', '0');
acemenu.AddItem('Historic Preservation', 'http://www.meadhunt.com/index.php/services/historic/', '', false , '', '0', '0');
acemenu.AddItem('Military', 'http://www.meadhunt.com/index.php/services/military/', '', false , '', '0', '0');
acemenu.AddItem('Municipal', 'http://www.meadhunt.com/index.php/services/municipal/', '', false , '', '0', '0');
acemenu.AddItem('Water Resources', 'http://www.meadhunt.com/index.php/services/water/', '', false , '', '0', '0');

acemenu = new ACEMenu('4');

acemenu.AddItem('Architecture', 'http://www.meadhunt.com/index.php/portfolio/architecture/C249/', '', false , '', '0', '0');
acemenu.AddItem('Aviation', 'http://www.meadhunt.com/index.php/portfolio/aviation/C250/', '', false , '', '0', '0');
acemenu.AddItem('Transportation', 'http://www.meadhunt.com/index.php/portfolio/highwaybridge/C251/', '', false , '', '0', '0');
acemenu.AddItem('Historic Preservation', 'http://www.meadhunt.com/index.php/portfolio/historic/C252/', '', false , '', '0', '0');
acemenu.AddItem('Military', 'http://www.meadhunt.com/index.php/portfolio/military/C261/', '', false , '', '0', '0');
acemenu.AddItem('Municipal', 'http://www.meadhunt.com/index.php/portfolio/municipal/C253/', '', false , '', '0', '0');
acemenu.AddItem('Water Resources', 'http://www.meadhunt.com/index.php/portfolio/water/C254/', '', false , '', '0', '0');

acemenu = new ACEMenu('5');

acemenu.AddItem('Capabilities', 'http://www.meadhunt.com/index.php/about/C221/', '', false , '', '0', '0');
acemenu.AddItem('Awards', 'http://www.meadhunt.com/index.php/about/C224/', '', false , '', '0', '0');
acemenu.AddItem('History', 'http://www.meadhunt.com/index.php/about/C225/', '', false , '', '0', '0');

acemenu = new ACEMenu('6');

acemenu.AddItem('Request Information', 'http://www.meadhunt.com/index.php/contact/C146/', '', false , '', '0', '0');
acemenu.AddItem('Office Locations', 'http://www.meadhunt.com/index.php/contact/C145/', '', false , '', '0', '0');


