/* LEVEL0 */
.level0{
	height : 20 ;
	font-size: 14 ;
	color : white ;}
.level0_current {
	height : 20 ;
	font-size: 12 ;
	color : #0d4d87 ; }
a.level0 {
	color : #f69b05 ;
	font-size: 12 ;
	font-weight : bold ;
	text-decoration : none ; }
a.level0:hover {
	color : black ;
	font-size: 12 ;
	font-weight : bold ;
	text-decoration : underline ; }
a.level0_current {
	color : white ;
	font-size: 12 ;
	font-weight : bold ;
	text-decoration : underline ;}
a.level0_current:hover {
	color : black ;
	font-size: 12 ;
	font-weight : bold ;
	text-decoration : underline ;}

/* LEVEL1 */
.level1{
	height : 20 ;
	font-size: 12 ;
	color : #4b3120 ; }
a.level1 {
	color : #4b3120 ;
	font-weight : bold ;
	font-size: 12 ;
	text-decoration : none ;}
a.level1:hover {
	color : white ;
	font-weight : bold ;
	font-size: 12 ;
	text-decoration : none ;}
.level1_current {
	height : 20 ;
	font-size: 12 ;
	color : white ; }
a.level1_current {
	color : white ;
	font-size: 12 ;
	font-weight : bold ;
	text-decoration : none ;}
a.level1_current:hover {
	color : white ;
	font-size: 12 ;
	font-weight : bold ;
	text-decoration : none ;}

/* LEVEL2 */
.level2{
	height : 20 ;
	font-weight : bold ;
	color: #4b3120 ;
	font-size: 11 ;
	text-decoration : none ; }
a.level2{
	height : 20 ;
	font-weight : bold ; 
	color: white ;
	font-size: 11 ;
	text-decoration : none ;}
a.level2:hover{
	height : 20 ;
	font-weight : bold ; 
	color: #ededed ;
	font-size: 11 ;
	text-decoration : none ; }
.level2_current{
	height : 20 ;
	font-weight : bold ; 
	color: white ;
	font-size: 11 ;
	text-decoration : none ;
	background-color : #cb7e00 ; }
a.level2_current {
	height : 20 ;
	font-weight : bold ; 
	color: white ;
	font-size: 11 ;
	text-decoration : none ;}
a.level2_current:hover {
	height : 20 ;
	font-weight : bold ; 
	color: #ffbc31 ;
	font-size: 11 ;
	text-decoration : none ;}

/* LEVEL3 */
.level3{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : none ; }
a.level3{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : none ;}
a.level3:hover{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	text-decoration : underline ;}
.level3_current{
	height : 20 ;
	font-weight : normal ; 
	color: white ;
	font-size: 10 ;
	font-style : normal ;
	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 ;}

/* LEVEL FOOTER */
.levelFooter{
	height : 20 ;
	font-weight : normal ;
	color: black ;
	font-size: 10 ;
	text-decoration : none ; }
a.levelFooter{
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 10 ;
	text-decoration : none ;}
a.levelFooter:hover{
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 10 ;
	text-decoration : underline ;}
.levelFooter_current{
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 10 ;
	text-decoration : underline ; }
a.levelFooter_current {
	height : 22 ;
	font-weight : normal ; 
	color: black ;
	font-size: 10 ;
	text-decoration : underline ;}
a.levelFooter_current:hover {
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	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 10px/16px Georgia, Verdana, "Times New Roman", Times, serif;
color: black ;
text-decoration: none;
display: block;
padding: 0px 10px 9px 3px;
margin: 0px;
height: 16px;
overflow: hidden;
width: 25px;
text-align: left;
}

#navlistLEVEL0 li a#current
{
color: #66141a ;
font-style: italic;
}

#navlistLEVEL0 li a:hover, #navlistLEVEL0 li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #66141a ;
text-align: left;
text-transform: uppercase;
font: bold normal 10px/16px Georgia, "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}


/* CSS VOOR LEVEL1 menus*/
#navcontainer
{
margin: 0px;
padding: 0px;
height: 16px;
border: 0px solid #FFEA93;
}

#navlist li
{
display: inline;
float: left;
margin: 0px;
padding: 0px;

list-style: none;
}

#navlist li a:link, #navlist li a:visited
{
font: bold 20px/18px Georgia, "Times New Roman", Times, serif;
color: #7f8080 ;
text-decoration: none;
display: block;
padding: 0px 0px 0px 3px;
margin: 0px;
height: 14px;
overflow: hidden;
width: 175px;
text-align: center;
}

#navlist li a#current
{
color: #FFFFFF;
font-style: italic;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #66141a ;
text-align: left;
text-transform: uppercase;
font: bold normal 10px/16px Georgia, "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}
