Index: openacs-4/packages/acs-subsite/www/resources/site-master.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/resources/site-master.css,v
diff -u -r1.27.2.6 -r1.27.2.7
--- openacs-4/packages/acs-subsite/www/resources/site-master.css	1 Apr 2007 05:58:15 -0000	1.27.2.6
+++ openacs-4/packages/acs-subsite/www/resources/site-master.css	3 Apr 2007 02:07:01 -0000	1.27.2.7
@@ -297,17 +297,15 @@
 
 a:link {
   color: #235c96;
-  text-decoration:none;
+  text-decoration:underline;
 }
 
 a:visited {
   color: #235c96;
-  text-decoration:none;
 }
 
 a:hover {
   color: #235c96;
-  text-decoration:underline;
   background: #CCCCCC;
 }
 
@@ -442,56 +440,48 @@
   padding-bottom: 4px;
 }
 
-#header a {
-  color: #444444;
-  padding: 1px;
-  padding-left: 4px;
-  padding-right: 4px;
-  text-decoration: none;
-}
-
-#header a:visited {
-  color: #444444;
-  text-decoration:none;
-}
-
-#header a:hover {
-  color: #444444;
-  text-decoration:underline;
-}
-
 #system-name {
   font-size: 1.4em;
   font-weight: bold;
   float: left;
   padding-left: 0.4em;
 }
 
+#system-name a {
+  color: #333333;
+  text-decoration: none;
+}
+
 #header-navigation {
   float: right;
-  display:inline;
   padding-right: 0.4em;
 }
 
-#header-navigation li {
-  display: inline;
-}
-
 /* CONTEXT BAR ---- */
 
 #breadcrumbs {
-  padding-left: 100px
+  clear: right;
+  padding-left: 100px;
 }
 
-#breadcrumbs .compact li {
-  display: inline;
-}
-
 /* END CONTEXT BAR ---- */ 
 
 /* END HEADER TAGS -----------------------------------------------------------*/
 
+/* LISTS -----------------------------------------------------------*/
 
+ul.compact, .action-list ul{
+  margin: 0px;
+  padding: 0px;
+}
+ul.compact li, .action-list ul li {
+  list-style:none;
+  display: inline;
+}
+
+/* END OF LISTS */
+
+
 /* Portlets */
 
 .portlet h2 {