así rápidamente solo noto que usas tamaños de letra muy pequeños
para el menú modifica estas lineas
Código CSS:
Ver original.menu01 {
color : #FFFFFF;
margin-top : 0px;
padding-bottom : 0px;
margin-bottom : 0px;
margin-left : 15px;
margin-right : 15px;
font-size : 11px;
font-family : Tahoma,Verdana,Arial;
font-weight: bold;
}
.menu01 a {
color : #FFFFFF;
text-decoration: none;
}
.menu01 a:hover {
color : #EEEEEE;
text-align: center;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
utiliza un
font-size : 13px; o juega con sus valores hasta encontrar el tamaño deseado
Nota: usa las etiquetas Highlight para cuando muestres código en el foro