You can navigate to /templates/default/views/layoutpartials/topmenu.html and around line 48 add the following code;
<li><a href="index.php"><?php echo $this->user->lang("Home");?></a></li>
You can customize the link and the text by editing the "index.php" and "Home"