I tried everything including replacing the original code with yours and then lowering all the values you said would change the boxes, but no luck. It looks like it has changed on the load of the page, but springs back to original size. Is some other code overriding this one?
Here is what I have there now:
.catnav li a {
border:medium none;
display:block;
float:left;
line-height:5px;
min-height:10px;
outline:medium none;
padding:10px 5px 5px;
text-decoration:none;
width:114px;
}
This is what I had before:
.catnav li a{
display:block;
float:left;
padding:13px 10px 10px 10px;
width:114px;
border: none;
text-decoration: none;
line-height: 18px;
outline: none;
min-height:30px;
}
Can you give me the exact code to even the second menu up, there is a bit too much space under the headings and would like to even it out with the space on top of the heading text.
Thanks