How to set "active" button in css vertical navigation menu?

Q: Really like you Css Menu software.
Maybe I am looking in the wrong place but I am trying to work out how to set the "Active" button colors etc. I can see how to set "Normal" and "Hover" but no "Active".

Active is really important so that people can easily see which page they are on.
Hope you can help.

A: To achieve such effect you can select item you need to be active and check "active" option
to it or set

class="pressed"


for tag with menu item in generated HTML code.

Related