  
   .leftrightborder{
   border-right:1px solid;
   border-right-color:#003366;
   border-left:1px solid;
   border-left-color:#003366;
   }
   
    a.menu:link {color: #003366; text-decoration: none;}
	a.menu:visited {color: #003366; text-decoration: none;}
	a.menu:hover {color: #003366; text-decoration: none;}
	a.menu:active {color: #003366; text-decoration: none;} 
   
   
    a.menu2:link {color: #ff0000; text-decoration: none;}
	a.menu2:visited {color: #ff0000; text-decoration: none;}
	a.menu2:hover {color: #ff0000; text-decoration: none;}
	a.menu2:active {color: #ff0000; text-decoration: none;} 
   
      .rightborder{
   border-right:1px solid;
   border-right-color:#003366;
   }
   
         .onderrightborder{
   border-right:1px solid;
   border-right-color:#003366;
   border-bottom:1px solid;
   border-bottom-color:#003366;
   }
   
            .onderborder{
   border-bottom:1px solid;
   border-bottom-color:#003366;
   padding-left:5px;
   }