/* LEVEL0 */
.level0{
	font-size : 10 ;
	color : #0d5499 ; }
a.level0 {
	color : #0d5499;
	font-weight : bold ;
	font-size : 10 ;
	text-decoration : none ;}
a.level0:hover {
	color : #ef3e33 ;
	font-weight : bold ;
	font-size : 10 ;
	text-decoration : none ;}
.level0_current {
	color : white ;
	font-weight : bold ;
	font-size : 10 ;
	text-decoration : none ;
	background-color : #0d5499 ;}
a.level0_current {
	color : white ;
	font-weight : bold ;
	font-size : 10 ;
	text-decoration : underline ;
	background-color : #0d5499 ;}
a.level0_current:hover {
	color : #2f7dbb ;
	font-weight : bold ;
	font-size : 10 ;
	text-decoration : underline ;}

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

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

/* LEVEL3 */
.level3{
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	text-decoration : none ;
	background-color : #dff3fb ; }
a.level3{
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	text-decoration : none ;}
a.level3:hover{
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	text-decoration : underline ;}
.level3_current{
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	font-style : italic ;
	text-decoration : none ;
	background-color : #f4f7f8 ;}
a.level3_current {
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	text-decoration : none ;}
a.level3_current:hover {
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	text-decoration : underline ;}

/* LEVEL4 */
.level4{
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	text-decoration : none ; }
a.level4{
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	text-decoration : none ;}
a.level4:hover{
	height : 20 ;
	font-weight : normal ; 
	color: #01b3e3 ;
	font-size: 11 ;
	text-decoration : underline ;}
.level4_current{
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	text-decoration : none ; }
a.level4_current {
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	text-decoration : underline ;}
a.level4_current:hover {
	height : 20 ;
	font-weight : normal ; 
	color: black ;
	font-size: 11 ;
	text-decoration : underline ;}

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

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

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

#navlist li a:hover
{
color: white ;
border-bottom: 5px solid white ;
cursor: pointer;
background: none ;
}

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

#navlist li a#current:hover
{
border-bottom: 5px solid #ef3e33 ;
color : white ;
background: none ;
}
