Index: wp-admin/css/ie.css
===================================================================
--- wp-admin/css/ie.css	(revision 6859)
+++ wp-admin/css/ie.css	(working copy)
@@ -2,4 +2,9 @@
 
 #poststuff .postbox h3 {
 	padding-left: 23px;
+}
+
+#submenu li a.current {
+	background:none;
+	border:none;
 }
\ No newline at end of file
Index: wp-admin/images/admin-menu.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: wp-admin\images\admin-menu.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Index: wp-admin/wp-admin.css
===================================================================
--- wp-admin/wp-admin.css	(revision 6859)
+++ wp-admin/wp-admin.css	(working copy)
@@ -1,13 +1,9 @@
 
-
-
 a.delete:hover {
 	background: #c00;
 	color: #fff;
 }
 
-
-
 .plugins p {
 	margin: 4px;
 	padding: 0;
@@ -679,9 +675,8 @@
 #adminmenu {
 	margin: 0;
 	list-style: none;
-	background: #e4f2fd;
-	border-bottom: 1px solid #c6d9e9;
-	padding-left: 10px;
+	background: #e4f2fd url(images/admin-menu.gif) repeat-x bottom left;
+	padding-left: 15px;
 }
 
 /* Because we don't want visited on these links */
@@ -691,9 +686,8 @@
 
 #adminmenu a {
 	font-size: 16px;
-	padding: 6px;
+	padding: 6px 7px 6px 7px;
 	line-height: 200%;
-	border: 1px solid #e4f2fd;
 	border-bottom: 1px solid #c6d9e9;
 }
 
@@ -702,9 +696,10 @@
 	color: #d54e21;
 	border: 1px solid #c6d9e9;
 	font-weight: bold;
-	-moz-border-radius-topleft: 3px;
-	-moz-border-radius-topright: 3px;
+	-moz-border-radius-topleft: 4px;
+	-moz-border-radius-topright: 4px;
 	border-bottom: 1px solid #fff;
+	padding: 6px;
 }
 
 #adminmenu a:hover {
