Hi,
Yes, I see the issue. If you plan on not using the categories second menu , you can just take it out of the code, I think that would be the easiest rather than using display:none with ie9.
Please make a backup of header.php , located at the root directory of the theme, and remove the following lines: #118 -133
<div class="catnav_wrapper">
<!-- Navigation for Categories starts here -->
<?php
wp_nav_menu( array( 'menu' => 'Second', 'menu_class' => 'catnav', 'echo' => true,
'fallback_cb' => '', 'before' => '', 'after' => '', 'link_before' => '', 'link_after' => '',
'depth' => 0, 'context' => 'frontend', 'walker' => new description_walker() ));
/* pre wp 3
if(is_object($k_option['custom']['kriesi_menu_cats']))
$k_option['custom']['kriesi_menu_cats']->display('Menu Manager Categories','show_main_description');
*/
?>
<!-- end catnav_wrapper: -->
</div>
Let us know if this is any better
Thanks,
Nick