a.navihomepage {
   text-decoration: none;
   color: #000000;
}
a.navihomepage:hover {
   font-weight: bold;
}

div.navi {
   padding: 0;
   margin: 0;

   /*Put it to the very left*/
   position: absolute;
   left: 10px;
   width: 110px;	/*width for one nav. bar item*/
   /*Need to use pixel-values, because border has a fixed pixel-width!!*/ 
   
}

table.navi {
   /* background: #FFCC66; */
   width: 100%;  
   height: 30px;
   text-align: center; 
   font-weight: normal;
   
   margin-bottom: 5pt; /* leave some space to next item */
}
