Hello
Most templates will include options to edit coloring of the menu items but it sounds like you are looking for a little more. For more specific styling you could try some Custom CSS. Something like the following will reduce the height and width of your menu items (edit to taste)...
#container_hornav .wrapper960 {
height: 50px;
}
.hornav > ul > li > a {
padding: 12px 10px;
}
Ciarán