Hi musetex,
The first. Open the ja-transmenuh.css file in the ja_transmenu folder, search this css code and section and modify padding-top & padding-bottom.
#ja-transmenu li a { /* common styles for 1st level menu */
margin: 0;
padding: 8px 20px 7px;
float: left;
display: block;
background: url(../images/mainnav-sep.gif) no-repeat top right;
font-weight: bold;
text-decoration: none;
}
The second. Open template_css.css file in the css folder. Search this css code and change padding-top & padding-bottom of sitetool.
span.ja-sitetool {
margin: 0;
padding: 8px 0 7px 23px;
display: block;
color: #F85703;
font-weight: bold;
text-align: center;
text-decoration: none;
cursor: pointer;
}
The end. 🙂