Files andreas03.47/img/logo_kros.jpg and andreas03/img/logo_kros.jpg differ
diff -ruN andreas03.47/page.tpl.php andreas03/page.tpl.php
--- andreas03.47/page.tpl.php	2006-08-13 13:27:58.000000000 +0200
+++ andreas03/page.tpl.php	2008-03-28 04:14:32.837868993 +0100
@@ -19,7 +19,8 @@
 <div id="main">
 
 <div id="logo">
-<h1>[<a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a>]</h1>
+<?php if ($logo) { ?><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } else { ?>
+<h1>[<a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a>]</h1><?php } ?>
 <span id="tagline"><?php if ($site_slogan) { ?><h2><?php print $site_slogan ?></h2><?php } ?></span>
 </div>
 
@@ -42,8 +43,8 @@
 
 <div id="sidebar">
 
-<h2 class="sidelink menuheader"><a id="sitemenu"></a>Site menu:</h2>
-<?php if (isset($primary_links)) { ?><?php print xweb_primary_links(); ?><?php } ?>
+<h2 class="sidelink menuheader"><a id="sitemenu"></a>Menu:</h2>
+<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links); ?><?php } ?>
 <a class="hide" href="#top" accesskey="1">Top of page</a>
 
 <?php if ($sidebar_left) { ?><?php print $sidebar_left ?><?php } ?>
@@ -60,4 +61,4 @@
 </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff -ruN andreas03.47/style.css andreas03/style.css
--- andreas03.47/style.css	2006-08-13 13:27:58.000000000 +0200
+++ andreas03/style.css	2008-03-28 04:10:37.422264349 +0100
@@ -122,7 +122,15 @@
 font-size:0.9em;
 }
 
-.sidelink{
+ul.links li {
+  border-left: 1px solid #000;
+}
+
+ul.links li.first {
+  border-left: none;
+}
+
+#sidebar ul.links li, .sidelink{
 display:block;
 width:140px;
 margin:3px 10px 2px 0;
@@ -138,7 +146,7 @@
 border-left:1px solid #ddd;
 }
 
-.sidelink:hover,.menuheader{
+#sidebar ul.links li:hover, .sidelink:hover,.menuheader{
 background:#fff url(img/gradient2.png) repeat-x;
 color:#222;
 border-top:1px solid #ddd;
@@ -213,4 +221,4 @@
 }
 
 /* Original open source design by Andreas Viklund - http://andreasviklund.com
-Released through OSWD.org */
\ No newline at end of file
+Released through OSWD.org */
diff -ruN andreas03.47/template.php andreas03/template.php
--- andreas03.47/template.php	2006-08-13 13:27:58.000000000 +0200
+++ andreas03/template.php	1970-01-01 01:00:00.000000000 +0100
@@ -1,13 +0,0 @@
-<?php
-
-function xweb_primary_links() {
- $links = menu_primary_links();
- if ($links) {
-    foreach ($links as $link) {
-       $output .= '<span class=sidelink>' . $link . '</span>';
-    }; 
- }
-  return $output;
-}	
-	
-?>
\ No newline at end of file
