If you look at the source code (like in this vb archive page):
HTML Code:
<li><a style="font-weight:bold">News And Announcements</a>
<ul>
<li><a href="f-2.html">News and Announcements</a>
<ul>
<li><a href="f-203.html">Mod Of The Month</a></li>
<li><a href="f-94.html">Board Of The Month</a></li>
</ul>
You'll see it's all default. If you want to change it, you'll need to add some css for the list tags, <li>, and the links, <a>.