Index: /CKEditor/trunk/_source/plugins/list/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/list/plugin.js	(revision 7534)
+++ /CKEditor/trunk/_source/plugins/list/plugin.js	(revision 7535)
@@ -160,12 +160,4 @@
 				else if ( item.indent == -1 && !baseIndex && itemGrandParent )
 				{
-					// We're leaving this parent list, inherit it's inline styles.
-					var listNode = itemParent.clone();
-					if ( listNode.hasAttribute( 'style' ) )
-					{
-						listNode.removeStyle( 'list-style-type' );
-						inheirtInlineStyles( listNode, item.element );
-					}
-					
 					if ( listNodeNames[ itemGrandParent.getName() ] )
 						currentListItem = item.element.clone( false, true );
