Index: modules/toolbar/toolbar.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/toolbar/toolbar.css,v
retrieving revision 1.16
diff -u -r1.16 toolbar.css
--- modules/toolbar/toolbar.css	7 Jan 2010 20:29:33 -0000	1.16
+++ modules/toolbar/toolbar.css	26 Jan 2010 14:17:10 -0000
@@ -33,10 +33,15 @@
   background: #666;
   color: #ccc;
   position: fixed;
-  left: 0;
-  right: 0;
+  left: -10px;
+  right: -10px;
+  padding-left: 10px;
+  padding-right: 10px;
   top: 0;
   z-index: 600;
+  box-shadow: 0 -5px 20px 8px #000;
+  -moz-box-shadow: 0 -5px 20px 8px #000;
+  -webkit-box-shadow: 0 -5px 20px 8px #000;
 }
 
 #toolbar div.collapsed {
@@ -44,15 +49,6 @@
   visibility: hidden;
 }
 
-#toolbar div.shadow {
-  position: absolute;
-  left: 0;
-  right: 0;
-  bottom: -15px;
-  height: 15px;
-  background: url(toolbar.png) 0 -45px repeat-x;
-}
-
 #toolbar a {
   text-decoration: none;
   color: #fff;
Index: modules/toolbar/toolbar.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/toolbar/toolbar.tpl.php,v
retrieving revision 1.8
diff -u -r1.8 toolbar.tpl.php
--- modules/toolbar/toolbar.tpl.php	16 Dec 2009 19:41:22 -0000	1.8
+++ modules/toolbar/toolbar.tpl.php	26 Jan 2010 14:17:10 -0000
@@ -35,6 +35,4 @@
   <div class="<?php echo $toolbar['toolbar_drawer_classes']; ?>">
     <?php print render($toolbar['toolbar_drawer']); ?>
   </div>
-
-  <div class="shadow"></div>
 </div>
