/* begin onderwerpen navigatie */
div.NavigatieControl{
	position: relative;
	left: 0;
	padding-top:1em;
	/*top: 7.8em;*/
    width: 100%;
}
div#navigatie_content_top{
    width: 100%;
    height: 15px;
    background-image: url(../images/volg/schaduwboven.gif);
    background-repeat: no-repeat;
    z-index: 2;
    margin-bottom: -1.8em;
}
div#navigatie_content{
    margin: 0 0 0 0;
    padding: 0 0 0 1em;
    background-image: url(../images/volg/navigatie-hor.gif);
    background-repeat: repeat-y;
    z-index: 1;
}
div#navigatie_content_bottom{
    width: 100%;
    height: 15px;
    background-image: url(../images/volg/schaduwonder.gif);
    background-repeat: no-repeat;
    margin-top: -2.0em;
}
div#navigatie_content ul{
    font-weight: normal;
    text-decoration: none;
    list-style-image: url(../images/volg/pijltje.gif);
    list-style-position: inside;
    margin-left:0;
    padding-left: 0em;
}
div#navigatie_content li{
    margin: 0 0 0 0em;
    text-decoration: none;
    padding: 0.4em 0.0em 0.8em 0em;
    border-bottom: thin solid grey;
}
div#navigatie_content li a{
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
    line-height:1.0em;
	color: #333333;
}
div#navigatie_content li span {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
    line-height:1.0em;
	color: #D25000;
}
/* einde onderwerpen navigatie */