Index: /CKEditor/branches/features/aria/_source/plugins/richcombo/plugin.js
===================================================================
--- /CKEditor/branches/features/aria/_source/plugins/richcombo/plugin.js	(revision 5085)
+++ /CKEditor/branches/features/aria/_source/plugins/richcombo/plugin.js	(revision 5086)
@@ -199,5 +199,5 @@
 							'<span id="' + id + '_text" class="cke_text cke_inline_label">' + this.label + '</span>' +
 						'</span>' +
-						'<span class=cke_openbutton><span>&#9660;</span></span>' +	// BLACK DOWN-POINTING TRIANGLE
+						'<span class=cke_openbutton>' + ( CKEDITOR.env.hc ? '<span>&#9660;</span>' : '' ) + '</span>' +	// BLACK DOWN-POINTING TRIANGLE
 					'</a>' +
 				'</span>' +
Index: /CKEditor/branches/features/aria/_source/skins/kama/richcombo.css
===================================================================
--- /CKEditor/branches/features/aria/_source/skins/kama/richcombo.css	(revision 5085)
+++ /CKEditor/branches/features/aria/_source/skins/kama/richcombo.css	(revision 5086)
@@ -90,16 +90,7 @@
 }
 
-.cke_skin_kama .cke_browser_ie8 .cke_rcombo .cke_text
+.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton
 {
 	vertical-align: top;
-}
-
-.cke_skin_kama .cke_browser_ie7 .cke_rcombo .cke_text
-{
-	vertical-align: text-top;
-}
-.cke_skin_kama .cke_browser_ie7 .cke_rcombo .cke_openbutton
-{
-	vertical-align: middle;
 }
 
