hainn84,
Excellent! That worked great, now my menu items are larger. Thank You!!
One little glitch is that when you click on one of the menu items, it reverts back to the old menu width. I scrolled down through the css and did find this code:
a.mainlevel_active-trans, a.mainlevel_active-trans:active {
clear: both;
width: auto;
margin: 0;
display: block;
white-space: nowrap;
border-right: 1px solid #759275;
background: url(../images/tab-active.gif) repeat-x bottom #648364;
line-height: 33px;
height: 33px;
color: #FFFFFF;
font-size: 13px;
text-decoration: none;
}
I changed the font size in active to 13 but the width reverts to the small size. I couldn’t find anything in this code to indicate width.
Thanks!!!
geejmauriva