I have a nav menu in an unordered list:
Home
Actually overflow:hidden; is required, so you'll probably need those three lines:
text-overflow: ellipsis; display: block; overflow: hidden;