Correction of link in CSS and in the menu to make them work on the
published site.

Change-Id: I9f87278a1a67eb506bdc529122527c6c9fa08212
Signed-off-by: djonathan <jonathan.dumont@all4tec.net>
diff --git a/theme/css/esf-default.css b/theme/css/esf-default.css
index 8026376..b029fab 100644
--- a/theme/css/esf-default.css
+++ b/theme/css/esf-default.css
@@ -379,7 +379,7 @@
 nav ul li.selected a,
 nav ul li.selected a:hover { 
   color: #262626; 
-  background: url("/images/arrow.png") no-repeat center bottom;
+  background: url("images/arrow.png") no-repeat center bottom;
   background-position: 50% 93%;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
@@ -412,7 +412,7 @@
 }
 
 #hrdiv {
-  background-image:url("/images/bg_breadcrumb.jpg");
+  background-image:url("images/bg_breadcrumb.jpg");
   background-repeat:repeat-x;
 }
 
diff --git a/theme/menu.php b/theme/menu.php
index 54cfd16..4024cf2 100644
--- a/theme/menu.php
+++ b/theme/menu.php
@@ -40,14 +40,14 @@
 <nav>
   <div class="width">
     <ul>
-      <li class="start <? echo $indexStyle?>"><a href="/">Home</a></li>
+      <li class="start <? echo $indexStyle?>"><a href="/esf/">Home</a></li>
       <li class="divider-vertical-second-menu"></li>
-      <li class="<? echo $featuresStyle?>"><a href="/workinprogress.php">Features</a></li>
+      <li class="<? echo $featuresStyle?>"><a href="/esf/workinprogress.php">Features</a></li>
       <li class="divider-vertical-second-menu"></li>
-      <li class="<? echo $startStyle?>"><a href="/workinprogress.php">Getting Started</a></li>
+      <li class="<? echo $startStyle?>"><a href="/esf/workinprogress.php">Getting Started</a></li>
       <li class="divider-vertical-second-menu"></li>
-      <li class="end <? echo $communityStyle?>"><a href="/community.php">Community</a></li>
-      <li style="text-align:right;"><a href="/workinprogress.php" class="box">Download</a></li>
+      <li class="end <? echo $communityStyle?>"><a href="/esf/community.php">Community</a></li>
+      <li style="text-align:right;"><a href="/esf/workinprogress.php" class="box">Download</a></li>
       <li style="float:none;"><br style="clear:both;" /></li> 
     </ul>    
   </div>