// Title: 
// 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 = '#888888';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.hspacing = 0;
acemenu.itemborder = '0px  solid';
acemenu.menuborder = '0px  solid';
acemenu.hbdrsize = '0';
acemenu.cellpadding = 0;
acemenu.cellspacing = 0;
acemenu.layerpadding = 0;

acemenu.AddRollover('home.html', 'gfx/menu_01.gif', 'gfx/menu_on_01.gif', '_self', false , 'Apresentação', '0', '0');
acemenu.AddRollover('quartos/index.html', 'gfx/menu_02.gif', 'gfx/menu_on_02.gif', '_self', false , 'Quartos', '0', '0');
acemenu.AddRollover('precos.html', 'gfx/menu_03.gif', 'gfx/menu_on_03.gif', '_self', false , 'Preços', '0', '0');
acemenu.AddRollover('localizacao/index.html', 'gfx/menu_04.gif', 'gfx/menu_on_04.gif', '_self', false , 'Localização', '0', '0');
acemenu.AddRollover('reservas.html', 'gfx/menu_05.gif', 'gfx/menu_on_05.gif', '_self', false , 'Reservas', '0', '0');
acemenu.AddRollover('restaurante/index.html', 'gfx/menu_06.gif', 'gfx/menu_on_06.gif', '_self', false , 'Restaurante', '0', '0');
acemenu.AddRollover('turismo/index.html', 'gfx/menu_07.gif', 'gfx/menu_on_07.gif', '_self', false , 'Turismo', '0', '0');



