The code
<ul>
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<?php wp_list_pages('title_li=' . __('Pages:')); ?><code></code>
results in
<ul>
<li class="pagenav">Pages:<ul><li class="page_item page-item-2">
How / wher do I go to edit the class="pagenav" and class="page_item page-item-2" css?
Sorry if this is a stupid question, I am new to this.