Index: themes/default/common.css
===================================================================
--- themes/default/common.css	(revision 1393)
+++ themes/default/common.css	(working copy)
@@ -97,45 +88,43 @@
 #header_message, #header_message a { 
 	color:#FF7F00; 
 }
-
+#topBars {
+  border-bottom:1px solid gray;
+  background:#FFF url(../../plugins/CoreHome/templates/images/bg_header.jpg) repeat-x;
+  width:100%;
+}
 #topRightBar {
-	padding: 0pt 0pt 4px; 
-	font-size: 84%;
-	float:right;
+  float:right;	
 }
 #topLeftBar {
-	float: left;
-	height: 22px;
-	padding-left: 10px;
+	float:left;
 	width:550px; /* when this is not set, wrong display in safari/chrome? */
 }
 #topLeftBar, #topRightBar {
-	font-family: arial, sans-serif !important;
-	height: 20px;
-	padding: 4px 10px 0px !important;
-	background-color: #FFFFFF;
-	font-size: 13px;
-	padding-top: 4px !important;
+	font-family:arial, sans-serif !important;
+	height:20px;
+	padding:4px 10px 0px !important;
+	font-size:13px;
+	padding-top:4px !important;
 }
Index: plugins/CoreHome/templates/top_bar.tpl
===================================================================
--- plugins/CoreHome/templates/top_bar.tpl	(revision 1393)
+++ plugins/CoreHome/templates/top_bar.tpl	(working copy)
@@ -1,5 +1,7 @@
 {assignTopBar}
 
+<div id="topBars">
+
 <div id="topLeftBar">
 {foreach from=$topBarElements item=element}
 	<span class="topBarElem">{if $element.0 == $currentModule}<b>{else}<a href="index.php{$element.2|@urlRewriteWithParameters}" {if isset($element.3)}{$element.3}{/if}>{/if}{$element.1}{if $element.0 == $currentModule}</b>{else}</a>{/if}</span>
@@ -20,3 +22,5 @@
 </div>
 
 <br clear="all" />
+
+</div>
