Hola, bueno no se realmente cómo haya hecho Nixo su página pero al parecer el menú es un "Spoiler" no se si sea o no pero su función es parecida si no es que igual.
Aquí te dejo un par de Codigos de Spoiler que me he encontrado en el Foro hace algun tiempo y que yo uso pero de distinta forma.
Cita: <a style="color: rgb(51, 51, 255);"></a>
<div class="pre-spoiler"> <span style="float: left; padding-top: 2px;">Seguir Leyendo</span> <input value="Mostrar" style="margin: 0px; padding: 0px; width: 80px; font-size: 10px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Ocultar'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = 'Mostrar';}" type="button"> </div> <div> <div class="spoiler Estilo1 Estilo1" style="display: none;"><span style="font-size:85%;">
Aca Escribe Lo Que Quieres
</span></div></div>
Cita: <div class="pre-spoiler"> <span style="float:left; padding-top: 2px;">AQUI COLOCAN EL TEXTO KE SE VERA PARA DAR CLIC</span> <input type="button" value="Mostrar" style="width:80px;font-size:10px;margin:0px;padding:0px;" onclick_fckprotectedatt=" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Ocultar'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = 'Mostrar';}""> </div> <div> <div class="spoiler" style="display: none;">AQUI ESCRIBEN TODO EL CONTENIDO QUE OCULTARAN</div> </div>