/* Menu: Bar without a link  */
#navcontainer ul
{
  /* Sijainnit suhteessa ympäröivään blockiin  */
  
  /* Sijainti alhaalta vasemmalla  */
  position: relative;
  top: 198px;
  left: 80px;  
  width:600px;
  height:20px;  
  text-align: left;
  
   
  /* Oletusarvot eivät ole nollia  */
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0;
/*   border:1px solid #f00; */
  background-color: transparent;
  color: White;
  z-index: 1;
/*   font-family: Verdana, Arial; */
  font-size: 22px;
  }


#navcontainer ul li 
{
  bottom: 0px;
  display: inline;
  }

/* Menu: No cursor on the link box */
#navcontainer ul li a
{
  outline: none;

  padding: 0em 0.25em;
  background-color: transparent;
  color: white;
  text-decoration: none;  
}

/* Menu: Cursor on the box */
#navcontainer ul li a:hover
{
  background-color: #913c00;
/*   color: #913c00; */
  opacity: .7;
}
