устанавливаете Firefox +
FireBug и смотрите в фаербаге где находится величина шрифта в css:
это заголовок, параметр font-size: 11px :
template_css.css (строка 583)
#left h3, #right h3 {
background: url("../images/h3.png") repeat-x scroll left top transparent;
color: #999999;
font-family: Tahoma,Verdana,Arial,sans-serif;
font-size: 11px;
font-weight: bold;
height: 28px;
line-height: 26px;
margin: 0 0 0 -5px;
padding: 0 10px;
text-align: left;
text-decoration: none;
width: 177px;
}это сами названия списка template_css.css (строка 531) :
div.module_menu ul li a:link, div.module_menu ul li a:visited {
color: #999999;
font-size: 11px;
line-height: 24px;
padding: 2px 0 2px 20px;
text-decoration: none;
}