Index: _source/skins/kama/richcombo.css
===================================================================
--- _source/skins/kama/richcombo.css	(revision 4199)
+++ _source/skins/kama/richcombo.css	(working copy)
@@ -48,6 +48,9 @@
 	padding: 2px;
 	height: 21px;
 	margin-right: 6px;
+	/* IE QUIRKS */
+	_padding: 2px 0 1px 0;
+	_margin-bottom: 5px;
 }
 
 .cke_skin_kama .cke_rtl .cke_rcombo a,
Index: CHANGES.html
===================================================================
--- CHANGES.html	(revision 4199)
+++ CHANGES.html	(working copy)
@@ -64,6 +64,7 @@
 		<li><a href="http://dev.fckeditor.net/ticket/3568">#3568</a> : Dialogs now select all text when tabbing to text inputs.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/3727">#3727</a> : Cell Properties dialog was missing color selection option.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/3517">#3517</a> : Fixed "Match cyclic" field in Find & Replace dialog.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/4272">#4272</a> : Kama skin toolbar was broken in IE+RTL+quirks.</li>
 	</ul>
 	<h3>
 		CKEditor 3.0</h3>

