<div id="sidebar">
 <ul>
  <li><h2>About</h2>
   <ul>
The ICCIA stands for International Cyber Crime Investigation Association. Our aim is to "clean the net" - We are the voice and power of the public.
   </ul>
  </li>


<?php wp_list_pages('child_of=10&depth=50&title_li=<h2>' . __('Cyber Content') . '</h2>' ); ?>


<?php wp_list_pages('child_of=7&depth=3&&title_li=<h2>' . __('Investigations') . '</h2>' ); ?>

<?php wp_list_pages('child_of=9&depth=3&title_li=<h2>' . __('Cyber News') . '</h2>' ); ?>

<?php wp_list_pages('&child_of=8&depth=3&title_li=<h2>' . __('Other') . '</h2>' ); ?>

</div> 
</ul>