I am using the K2 Theme on my blog and currently I am trying to style the navigational tabs individually.
using firebug, I identified the sectors and class. the problem is that I only got into Css a week ago, and I have no idea how to define the area and style it. anyways, here is the html code that wordpress spits out for my home tab:
<ul class="menu">
<li class="current_page_item">
<a title="Home" href="http://pcmatter.com/">Home</a>
All I want to do is change the background color and the width.