<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
It depends on what styling you need to do.&nbsp; You can do a lot with css
and should try that route first.&nbsp; You can figure out which css to add
or alter by viewing source and seeing which classes and ids are being
used.&nbsp; You likely only have to edit functions if the menu is showing
the wrong elements, for example if it is showing children that you
don't want shown.&nbsp; If it's presnting the correct elements but in the
wrong way you can probably fix it with css.<br>
<br>
Vasileios Lourdas wrote:
<blockquote cite="mid:200709191559.30173.lourdas_v@yahoo.gr" type="cite">
  <pre wrap="">Hi,

I've been adopting a custom html template to a Drupal theme. The theme 
included a navigation menu (one level only) on the left. I created a new menu 
with all the corresponding menu items, activated through the blocks page, 
however now I want to style it the way it was in the template. I've searched 
for a while, but did not find something appropriate. Which function should I 
override to accomplish what I want? Besides the primary and secondary links, 
how do I have access (through variables maybe) to the other menus inside a 
PHPTemplate page?

Thanks,
  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<hr align="center" noshade="noshade" size="1" width="100%">
<p
 style="text-align: center; font-family: verdana,arial,helvetica,sans-serif; color: rgb(51, 51, 51); font-size: 10px; text-transform: lowercase; font-style: normal; font-weight: normal;"><a
 href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander-martijn</a><br>
interface developer | architect<br>
<a href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander@sander-martijn.com</a><br>
<a href="http://www.sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">www.sander-martijn.com</a>
</p>
<hr align="center" noshade="noshade" size="1" width="100%"></div>
</body>
</html>