diff --git a/typo3/sysext/cms/locallang_ttc.xlf b/typo3/sysext/cms/locallang_ttc.xlf
index e087da3f7c141f39e94e012be3d20665a62a6e49..33676d21d354294ed2522093da2fc1cde9325e0a 100644
--- a/typo3/sysext/cms/locallang_ttc.xlf
+++ b/typo3/sysext/cms/locallang_ttc.xlf
@@ -450,7 +450,7 @@
 			<trans-unit id="menu_type.I.8" xml:space="preserve">
 				<source>Sitemaps of selected pages</source>
 			</trans-unit>
-			<trans-unit id="menu_type.I.9" xml:space="preserve">
+			<trans-unit id="menu_type.I.categorized_pages" xml:space="preserve">
 				<source>Pages for selected categories</source>
 			</trans-unit>
 			<trans-unit id="menu_type.I.categorized_content" xml:space="preserve">
diff --git a/typo3/sysext/core/Classes/Category/CategoryRegistry.php b/typo3/sysext/core/Classes/Category/CategoryRegistry.php
index 12b48e0740713d008ed96c952654183f0a1104ad..df23603b1d870a6a342d09fa6cb00ffb5ea4d832 100644
--- a/typo3/sysext/core/Classes/Category/CategoryRegistry.php
+++ b/typo3/sysext/core/Classes/Category/CategoryRegistry.php
@@ -143,7 +143,7 @@ class CategoryRegistry implements \TYPO3\CMS\Core\SingletonInterface {
 	public function getCategoryFieldsForTable(array &$configuration, \TYPO3\CMS\Backend\Form\FormEngine $formObject) {
 		$table = '';
 		// Define the table being looked up from the type of menu
-		if ($configuration['row']['menu_type'] == 9) {
+		if ($configuration['row']['menu_type'] == 'categorized_pages') {
 			$table = 'pages';
 		} elseif ($configuration['row']['menu_type'] == 'categorized_content') {
 			$table = 'tt_content';
diff --git a/typo3/sysext/css_styled_content/static/setup.txt b/typo3/sysext/css_styled_content/static/setup.txt
index cc865f3320bef9c2332f9558b3a0c336e9642a04..e68ec0f78c8f6824bc4af2cc939746ba4a0e7f3c 100644
--- a/typo3/sysext/css_styled_content/static/setup.txt
+++ b/typo3/sysext/css_styled_content/static/setup.txt
@@ -2081,15 +2081,15 @@ tt_content.menu {
 		}
 
 		# Menu of categorized pages
-		9 < .default
-		9 {
+		categorized_pages < .default
+		categorized_pages {
 			special = categories
 			special.value.field = selected_categories
 			special.relation.field = category_field
 			special.sorting = title
 			special.order = asc
 			stdWrap {
-				outerWrap = <ul class="csc-menu csc-menu-9">|</ul>
+				outerWrap = <ul class="csc-menu csc-menu-categorized-pages">|</ul>
 			}
 		}
 
diff --git a/typo3/sysext/css_styled_content/static/v4.5/setup.txt b/typo3/sysext/css_styled_content/static/v4.5/setup.txt
index e788ca060c7ddb6015ff92379f6af816b027bfef..82cf2f56482d4524aad94c07f79b2584b8f5d87e 100644
--- a/typo3/sysext/css_styled_content/static/v4.5/setup.txt
+++ b/typo3/sysext/css_styled_content/static/v4.5/setup.txt
@@ -1530,15 +1530,15 @@ tt_content.menu {
 		}
 
 		# Menu of categorized pages
-		9 < .default
-		9 {
+		categorized_pages < .default
+		categorized_pages {
 			special = categories
 			special.value.field = selected_categories
 			special.relation.field = category_field
 			special.sorting = title
 			special.order = asc
 			stdWrap {
-				outerWrap = <ul class="csc-menu csc-menu-9">|</ul>
+				outerWrap = <ul class="csc-menu csc-menu-categorized-pages">|</ul>
 			}
 		}
 
diff --git a/typo3/sysext/css_styled_content/static/v4.6/setup.txt b/typo3/sysext/css_styled_content/static/v4.6/setup.txt
index 0107fa73333aa93eee8a1ee898ed8bbb35d50085..790a61efe3d10b97c19be632fb4caad3666a1292 100644
--- a/typo3/sysext/css_styled_content/static/v4.6/setup.txt
+++ b/typo3/sysext/css_styled_content/static/v4.6/setup.txt
@@ -1480,15 +1480,15 @@ tt_content.menu {
 		}
 
 		# Menu of categorized pages
-		9 < .default
-		9 {
+		categorized_pages < .default
+		categorized_pages {
 			special = categories
 			special.value.field = selected_categories
 			special.relation.field = category_field
 			special.sorting = title
 			special.order = asc
 			stdWrap {
-				outerWrap = <ul class="csc-menu csc-menu-9">|</ul>
+				outerWrap = <ul class="csc-menu csc-menu-categorized-pages">|</ul>
 			}
 		}
 
diff --git a/typo3/sysext/css_styled_content/static/v4.7/setup.txt b/typo3/sysext/css_styled_content/static/v4.7/setup.txt
index 4f7353dd8c7cf6a95e703c977064004d37bbf533..eee3571407f4d3841588f47dba44102400c00f00 100644
--- a/typo3/sysext/css_styled_content/static/v4.7/setup.txt
+++ b/typo3/sysext/css_styled_content/static/v4.7/setup.txt
@@ -1959,15 +1959,15 @@ tt_content.menu {
 		}
 
 		# Menu of categorized pages
-		9 < .default
-		9 {
+		categorized_pages < .default
+		categorized_pages {
 			special = categories
 			special.value.field = selected_categories
 			special.relation.field = category_field
 			special.sorting = title
 			special.order = asc
 			stdWrap {
-				outerWrap = <ul class="csc-menu csc-menu-9">|</ul>
+				outerWrap = <ul class="csc-menu csc-menu-categorized-pages">|</ul>
 			}
 		}
 
diff --git a/typo3/sysext/css_styled_content/static/v6.0/setup.txt b/typo3/sysext/css_styled_content/static/v6.0/setup.txt
index 9bd5f1fd9f9631a54d181734d14dac51391829ee..672d0630ed1436d692ce42ce3cbdb431f65ae92c 100644
--- a/typo3/sysext/css_styled_content/static/v6.0/setup.txt
+++ b/typo3/sysext/css_styled_content/static/v6.0/setup.txt
@@ -1943,15 +1943,15 @@ tt_content.menu {
 		}
 
 		# Menu of categorized pages
-		9 < .default
-		9 {
+		categorized_pages < .default
+		categorized_pages {
 			special = categories
 			special.value.field = selected_categories
 			special.relation.field = category_field
 			special.sorting = title
 			special.order = asc
 			stdWrap {
-				outerWrap = <ul class="csc-menu csc-menu-9">|</ul>
+				outerWrap = <ul class="csc-menu csc-menu-categorized-pages">|</ul>
 			}
 		}
 
diff --git a/typo3/sysext/css_styled_content/static/v6.1/setup.txt b/typo3/sysext/css_styled_content/static/v6.1/setup.txt
index ac8b69a513152d6c4c85b82241956a6c4e489a05..66cd20fb1bb5f353caa737a217e2844ef39ea349 100644
--- a/typo3/sysext/css_styled_content/static/v6.1/setup.txt
+++ b/typo3/sysext/css_styled_content/static/v6.1/setup.txt
@@ -1944,15 +1944,15 @@ tt_content.menu {
 		}
 
 		# Menu of categorized pages
-		9 < .default
-		9 {
+		categorized_pages < .default
+		categorized_pages {
 			special = categories
 			special.value.field = selected_categories
 			special.relation.field = category_field
 			special.sorting = title
 			special.order = asc
 			stdWrap {
-				outerWrap = <ul class="csc-menu csc-menu-9">|</ul>
+				outerWrap = <ul class="csc-menu csc-menu-categorized-pages">|</ul>
 			}
 		}
 
diff --git a/typo3/sysext/frontend/Configuration/TCA/tt_content.php b/typo3/sysext/frontend/Configuration/TCA/tt_content.php
index ba3db1c4366442355798042abc56e87be52b82ee..339da0b60997e67c6c08830da62f4f665862f598 100644
--- a/typo3/sysext/frontend/Configuration/TCA/tt_content.php
+++ b/typo3/sysext/frontend/Configuration/TCA/tt_content.php
@@ -1144,8 +1144,8 @@ return array(
 						'6'
 					),
 					array(
-						'LLL:EXT:cms/locallang_ttc.xlf:menu_type.I.9',
-						'9'
+						'LLL:EXT:cms/locallang_ttc.xlf:menu_type.I.categorized_pages',
+						'categorized_pages'
 					),
 					array(
 						'LLL:EXT:cms/locallang_ttc.xlf:menu_type.I.categorized_content',