/* LEVEL0 */
.level0{
	height : 20 ;
	color : white ; }
a.level0 {
	color : white ;
	font-weight : bold ;
	text-decoration : none ;}
a.level0:hover {
	color : white ;
	font-weight : bold ;
	text-decoration : underline ;}
a.level0_current {
	color : white ;
	font-weight : bold ;
	text-decoration : underline ;}
a.level0_current:hover {
	color : white ;
	font-weight : bold ;
	text-decoration : underline ;}

/* LEVEL1 */
.level1{
	height : 20 ;
	color : white ; }
a.level1 {
	color : white ;
	font-weight : bold ;
	text-decoration : none ;}
a.level1:hover {
	color : #ccff34 ;
	font-weight : bold ;
	text-decoration : none ;}
.level1_current {
	height : 20 ;
	color : #3c4e52 ; }
a.level1_current {
	color : #ccff34 ;
	font-weight : bold ;
	text-decoration : none ;}
a.level1_current:hover {
	color : #ccff34 ;
	font-weight : bold ;
	text-decoration : none ;}

/* LEVEL2 */
.level2{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : none ; }
a.level2{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : none ;}
a.level2:hover{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : underline ;}
.level2_current{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : none ; }
a.level2_current {
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : underline ;}
a.level2_current:hover {
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : underline ;}

/* LEVEL3 */
.level3{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : none ; }
a.level3{
	height : 20 ;
	font-weight : normal ; 
	color: #d9d9d9 ;
	font-size: 10 ;
	text-decoration : none ;}
a.level3:hover{
	height : 20 ;
	font-weight : normal ; 
	color: #d9d9d9 ;
	font-size: 10 ;
	text-decoration : underline ;}
.level3_current{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	font-style : italic ;
	text-decoration : none ; }
a.level3_current {
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : underline ;}
a.level3_current:hover {
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : underline ;}

/* LEVEL4 */
.level4{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : none ; }
a.level4{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : none ;}
a.level4:hover{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : underline ;}
.level4_current{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : none ; }
a.level4_current {
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : none ;}
a.level4
_current:hover {
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : underline ;}

/* CSS VOOR LEVEL0 talen*/
#navlistLEVEL0
{
margin: 0px;
padding: 0px;
height: 16px;
border: 0px solid #FFEA93;
}

#navlistLEVEL0 li
{
display: inline;
float: left;
margin: 0px;
padding: 0px;
list-style: none;
}

#navlistLEVEL0 li a:link, #navlistLEVEL0 li a:visited
{
font: bold 12px/16px Verdana, Georgia, "Times New Roman", Times, serif;
color: #8cc242 ;
text-decoration: none;
display: block;
padding: 0px 10px 9px 3px;
margin: 0px;
height: 16px;
overflow: hidden;
width: 35px;
text-align: left;
}

#navlistLEVEL0 li a#current
{
color: #8cc242;
font-style: italic;
font: bold normal 12px/16px verdana, lucida, arial, helvetica, sans-serif;
}

#navlistLEVEL0 li a:hover, #navlistLEVEL0 li a:active
{
color: white ;
text-decoration: none;
background-color : #8cc242 ;
text-align: left;
text-transform: uppercase;
font: bold normal 12px/16px verdana, lucida, arial, helvetica, sans-serif;
}


/* CSS VOOR LEVEL1 menus*/
#navcontainer
{
margin: 0;
padding: 0;
height: 22px;
font: 11px Verdana, sans-serif;
width: 100%;
list-style-type: none; }

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
color: white ;
text-decoration: none;
padding: 3px 5px 3px 15px;
display: block;
}

#navlist li a:hover
{
color: #3c4e52 ;
border-bottom: 0px solid white ;
cursor: pointer; }

#navlist li a#current, #navlist li a#current:link
{
color: #3c4e52;
cursor: default;
font-weight: bold;
border-bottom: 0px solid white ;
}

#navlist li a#current:hover
{
color : #3c4e52 ;
border-bottom: 0px solid white ;
}

