In SpryTabbedPanels.css trying to add this code
.TabbedPanels {
overflow: hidden;
font-family: tahoma;
font-size: 1em;
margin: 0px;
padding: 0px;
clear: none;
width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
But the font size here apply to the content too, But I need it to apply only to the head menu. thanks