I am not sure on this, but try using the css attribute: line-height
It accepts values such as pixels, pt, and percentages.
So something like:
Code:
.navlist{
margin:115px 0 0 135px;
color:#000000;
font-family:verdana;
list-style:none;
font-size:10px;
line-height:50%;
}