Index: themes/seven/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/style.css,v
retrieving revision 1.27
diff -u -p -r1.27 style.css
--- themes/seven/style.css	23 Nov 2009 01:41:43 -0000	1.27
+++ themes/seven/style.css	23 Nov 2009 15:03:13 -0000
@@ -62,20 +62,24 @@ legend {
 
 #skip-link a:link,
 #skip-link a:visited {
- -moz-border-radius: 10px;
- -webit-border-radius: 10px;
- border-radius: 10px;
- background: #d5d5ce;
- color: #444;
- font-size: 0.94em;
- padding: 1px 10px 2px;
+ height: 0;
+ overflow: hidden;
+ position: absolute;
 }
 
 #skip-link a:hover,
 #skip-link a:focus {
+  -moz-border-radius: 10px;
+  -webit-border-radius: 10px;
+  border-radius: 10px;
   background: #444;
   color: #fff;
+  font-size: 0.94em;
+  height: auto;
+  overflow: hidden;
   text-decoration: none;
+  padding: 1px 10px 2px;
+  position: static;
 }
 
 /**
