The maximum value on the slider is 255.0. If you turn it up to max, then start coming down it comes down in increments of 5. So you get values such as 250, 245, 240, 235 etc.
However, the minimum value on the slider is 1.0. If you turn it all the way down and then start going up again, it still moves in increments of 5 so you get values like 6, 11, 16, 21 etc.
Like I said, minor issue.

[edit] Hmmm, I tried setting the minimum value to 0.0 in menudef but the slider still only went down to 1.0 in game. Maybe I did something wrong though. [/edit]