/* clT class is de class voor de hoofd menu items */
/* clS class is de class voor het eerste sub menu niveau */
/* clS2 class is de class voor het tweede sub menu niveau (en alle volgende) */
/* clB class is de border class voor de sub menus*/
/* clBar en clBarBorder class zijn de classes voor het kader (bar) rondom het hoofdmenu */

.clCMAbs
 {
   position:absolute; 
   visibility:hidden; 
   left:0; top:0
}

.clBar
 {
   position:absolute; 
   width:10px; 
   height:10px; 
   visibility:hidden; 
   background-color: transparent;
 }

/* NIVEAU 0 */
.clT{
   position:absolute; 
   padding: 0px; 
   width: 120px; 
   font-family:tahoma,arial,helvetica;
   font-size: 1em; 
   font-weight: bold; 
   color: white; 
   background-color: transparent; 
   cursor: pointer;
}

.clTOver{
   color: #8C9E42;
   position:absolute; 
   padding: 0px; 
   width:120px; 
   font-family:tahoma,arial,helvetica;
   font-size: 1em; 
   font-weight: bold; 
   background-color: transparent; 
   cursor: pointer;
 }

.clB{
   position:absolute; 
   background-color: transparent; 
   visibility:hidden;
}


/* SUBNIVEAU's */
.clS{
   position:absolute; 
   padding: 4px; 
   width: 120px; 
   font-family:tahoma,arial,helvetica;
   font-size: 0.8em; 
   font-weight: bold; 
   cursor: pointer;
   background-color: white; 
   color: #1C3C63;
   font-weight: normal;
}

.clSOver{
   position:absolute; 
   padding: 4px; 
   width:120px; 
   font-family:tahoma,arial,helvetica;
   font-size: 0.8em; 
   font-weight: normal; 
   background-color: #1C3C63; 
   color: white; 
   cursor: pointer;
}

.clSB
 {
   position:absolute; 
   background-color: #1C3C63; 
}