/* menubalk horizontaal*/

#navcontainer ul
{
   padding: 0px;
   margin-left: 30px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   background-color: white;
   font-size: 8pt;
   width: 100%;
   font-family: verdana, tahoma, arial, helvetica, sans-serif;
   text-align: left;
   border-left: 0px solid #fff;
   border-right: 0px solid #fff;

}

#navcontainer ul li { 
    display: inline; 
    list-style: none;
}

#navcontainer ul li a
{
   padding: 0.2em 1em;
   background-color: white;
   color: #000;
   text-decoration: none;
   border: 0px solid gray;
}

#navcontainer ul li a:hover
{
background-color: gray;
color: white;
text-decoration: none;
}


/* menubalk verticaal*/

#navcontainer_vert ul
{
   width: 110px;
   height: 200px;
   padding: 10px;
   margin-left: 30px;
   margin-right: 0px;
   margin-top: 140px;
   margin-bottom: 0px;
   border-right: 1px solid gray;
   color: #000;
   font-size: 8pt;
   text-align: right;
   line-height: 200%;
   
}

#navcontainer_vert ul li { 
    list-style: none;
}

#navcontainer_vert ul li a
{
   padding: 2px 4px;
   text-decoration: none;
   display: block;
  }

#navcontainer_vert ul li a:hover
{
background-color: #ff055d;
color: white;
}







 
