Index: /CKEditor/trunk/_source/skins/kama/templates.css
===================================================================
--- /CKEditor/trunk/_source/skins/kama/templates.css	(revision 5392)
+++ /CKEditor/trunk/_source/skins/kama/templates.css	(revision 5393)
@@ -57,6 +57,20 @@
 	border: #ff9933 1px solid;
 	background-color: #fffacd;
+}
+
+.cke_skin_kama .cke_tpl_list a:active *,
+.cke_skin_kama .cke_tpl_list a:hover *,
+.cke_skin_kama .cke_tpl_list a:focus *
+{
 	cursor: pointer;
-	cursor: hand;
+}
+
+/* IE6 contextual selectors childs won't get :hover transition until,
+	the hover style of the link itself contains certain CSS declarations.*/
+.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:active,
+.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:hover,
+.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:focus
+{
+	background-position: 0 0;
 }
 
@@ -68,14 +82,4 @@
 }
 
-/*
- * Fix property 'cursor' doesn't inherit on table
- */
-.cke_skin_kama .cke_tpl_list a:active *,
-.cke_skin_kama .cke_tpl_list a:hover *,
-.cke_skin_kama .cke_tpl_list a:focus *
-{
-	cursor: inherit;
-}
-
 .cke_skin_kama .cke_tpl_empty, .cke_tpl_loading
 {
Index: /CKEditor/trunk/_source/skins/office2003/templates.css
===================================================================
--- /CKEditor/trunk/_source/skins/office2003/templates.css	(revision 5392)
+++ /CKEditor/trunk/_source/skins/office2003/templates.css	(revision 5393)
@@ -56,6 +56,20 @@
 	border: #ff9933 1px solid !important;
 	background-color: #fffacd !important;
+}
+
+.cke_skin_office2003 .cke_tpl_list a:active *,
+.cke_skin_office2003 .cke_tpl_list a:hover *,
+.cke_skin_office2003 .cke_tpl_list a:focus *
+{
 	cursor: pointer;
-	cursor: hand;
+}
+
+/* IE6 contextual selectors childs won't get :hover transition until,
+	the hover style of the link itself contains certain CSS declarations.*/
+.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:active,
+.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:hover,
+.cke_skin_office2003 .cke_browser_ie6 .cke_tpl_list a:focus
+{
+	background-position: 0 0;
 }
 
@@ -67,12 +81,4 @@
 }
 
-/*
- * Fix property 'cursor' doesn't inherit on table
- */
-.cke_skin_office2003 .cke_tpl_hover *
-{
-	cursor: inherit;
-}
-
 .cke_skin_office2003 .cke_tpl_empty, .cke_tpl_loading
 {
Index: /CKEditor/trunk/_source/skins/v2/templates.css
===================================================================
--- /CKEditor/trunk/_source/skins/v2/templates.css	(revision 5392)
+++ /CKEditor/trunk/_source/skins/v2/templates.css	(revision 5393)
@@ -56,6 +56,20 @@
 	border: #ff9933 1px solid !important;
 	background-color: #fffacd !important;
+}
+
+.cke_skin_v2 .cke_tpl_list a:active *,
+.cke_skin_v2 .cke_tpl_list a:hover *,
+.cke_skin_v2 .cke_tpl_list a:focus *
+{
 	cursor: pointer;
-	cursor: hand;
+}
+
+/* IE6 contextual selectors childs won't get :hover transition until,
+	the hover style of the link itself contains certain CSS declarations.*/
+.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:active,
+.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:hover,
+.cke_skin_v2 .cke_browser_ie6 .cke_tpl_list a:focus
+{
+	background-position: 0 0;
 }
 
@@ -67,12 +81,4 @@
 }
 
-/*
- * Fix property 'cursor' doesn't inherit on table
- */
-.cke_skin_v2 .cke_tpl_hover *
-{
-	cursor: inherit;
-}
-
 .cke_skin_v2 .cke_tpl_empty, .cke_tpl_loading
 {
