Go to this File http://www.mando-control.es/templates/ja_zeolite_ii/css/menu/css.css
#ja-cssmenu li ul a {
background: none !important;
border-right: medium none;
color: #333333 !important;
font-size: 100%;
font-weight: normal;
height: auto;
line-height: normal !important;
margin: 0;
padding: 7px 10px;
text-transform: none;
white-space: nowrap;
}
Replace the 100% in the above code near “font-size: 100%;”
with some font-size: 11px;
For Ex:
#ja-cssmenu li ul a {
background: none !important;
border-right: medium none;
color: #333333 !important;
font-size: 11px;
font-weight: normal;
height: auto;
line-height: normal !important;
margin: 0;
padding: 7px 10px;
text-transform: none;
white-space: nowrap;
}