Index: documentation/manual/en/module_specs/Zend_View-Helpers-Navigation.xml
===================================================================
--- documentation/manual/en/module_specs/Zend_View-Helpers-Navigation.xml	(revision 24692)
+++ documentation/manual/en/module_specs/Zend_View-Helpers-Navigation.xml	(working copy)
@@ -1249,6 +1249,13 @@
 
             <listitem>
                 <para>
+                    <code>{get|set}ActiveClass()</code> gets/sets the <acronym>CSS</acronym> class
+                    for the active elements when rendering.
+                </para>
+            </listitem>
+
+            <listitem>
+                <para>
                     <code>{get|set}OnlyActiveBranch()</code> gets/sets a flag
                     specifying whether only the active branch of a container
                     should be rendered.
@@ -1349,6 +1356,14 @@
 
                     <listitem>
                         <para>
+                            <code>activeClass</code>; <acronym>CSS</acronym> class for
+                            for the active elements when rendering. Expects a
+                            <type>String</type>.
+                        </para>
+                    </listitem>
+
+                    <listitem>
+                        <para>
                             <code>onlyActiveBranch</code>; whether only
                             active branch should be rendered. Expects
                             a <type>Boolean</type> value.
