I solved the problem. There were other areas that needed editing. Changed the font size to 10px and had to extend the size of the dropdown list under the tab to 162px.
#tabs ul li{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-right: 2px solid #fff;
font-size: 10px;
font-family: Myriad, Myriad Pro, Arial, Palatino, Rotis Sans Serif, serif;
letter-spacing: 0;
TEXT-TRANSFORM: uppercase;
}
#tabs UL LI.page_item A {
PADDING-LEFT: 10px; PADDING-RIGHT: 10px; FONT-WEIGHT: bold;
}
#tabs UL LI.cat-item A {
PADDING-LEFT: 10px; PADDING-RIGHT: 10px; FONT-WEIGHT: bold;
}
#tabs #page-list LI UL LI {
LINE-HEIGHT: 32px; border: 1px white; padding: 2px; WIDTH: 162px;
}
#tabs #page-list LI UL UL {
MARGIN: -29px 0px 0px 162px
}
Now I'm off to solve the next problem... At least I'm learning :)