If you want to have a menu item font stand out, such as larger font, try this css snippet.
#menu-item-386 span{
font-size: 20px !important;
}
Of course, just change out the menu item # to match the one you want to edit. You can also change the color, etc.
As always you want to add this to your Theme Options / Custom CSS