I have read several posts and looked at my page code, but still don't quite get exactly which CSS bit I need to change to make menu text (from twenty eleven) change--color, weight, etc. I can certainly plug in a CSS class, just need to know what's what! I've already managed to change menu background color and a few other items. This one is just terribly confusing to me. Here is the code for my menu (located at beverlybergphd.com/blog):
<nav id="access" role="navigation">
<h3 class="assistive-text">Main menu</h3>
<div class="skip-link"><a class="assistive-text" href="#content" title="Skip to primary content">Skip to primary content</a></div>
<div class="skip-link"><a class="assistive-text" href="#secondary" title="Skip to secondary content">Skip to secondary content</a></div>
<div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-53" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-53"><a href="http://beverlybergphd.com">Home</a></li>
<li id="menu-item-54" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54"><a href="http://beverlybergphd.com/couples.html">What Does a Recovering Couple Look Like?</a></li>
<li id="menu-item-55" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-55"><a href="http://beverlybergphd.com/workshop.html">Workshops</a></li>
<li id="menu-item-56" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-56"><a href="http://beverlybergphd.com/testimonials.html">Client Testimonials</a></li>
<li id="menu-item-57" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-57"><a href="http://beverlybergphd.com/prof.html">What Professionals Say</a></li>
<li id="menu-item-58" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-58"><a href="http://beverlybergphd.com/bk-art.html">Books & Articles</a></li>
<li id="menu-item-59" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-59"><a href="http://beverlybergphd.com/appearances.html">Appearances</a></li>
<li id="menu-item-60" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-60"><a href="http://beverlybergphd.com/about.html">About Dr. Berg</a></li>
<li id="menu-item-61" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-61"><a href="http://beverlybergphd.com/contact.html">Contact</a></li>
<li id="menu-item-62" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-62"><a href="http://beverlybergphd.com/resources.html">Resources & Links</a></li>
</ul></div> </nav><!-- #access -->
</header><!-- #branding -->
Thanks for any help!