/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #FF9900;
}

/*Sets line-height of all menuitems*/
#navigatie div {
	/*/*/line-height: 1.8; /* */
}

/*Sets background color and border around the menu DIV*/
#navigatie {
	background-color: #B7CD2B;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/*Sets a bottom margin for each top-level link*/
#navigatie div {
	margin: 0 0 1px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#navigatie div a {
	color: #000;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#navigatie div a {
	display: block;
	color: #FFFFFF;
	padding: 0 0 0 8px;
	text-decoration: none;
	background-color: #939393;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#navigatie div a:visited {
	color: #fff;
	background-color: #939393;
}
#navigatie div a:hover {
	color: #FFFFFF;
	background-color: #6A80A7;
}

/*Sets line-height of all menuitems*/
#startknop div {
	/*/*/line-height: 1.8; /* */
}

/*Sets background color and border around the menu DIV*/
#startknop {
	background-color: #B7CD2B;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/*Sets a bottom margin for each top-level link*/
#startknop div {
	margin: 0 0 1px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#startknop div a {
	color: #000;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#startknop div a {
	display: block;
	color: #FFFFFF;
	padding: 0 0 0 8px;
	text-decoration: none;
	background-color: #383838;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#startknop div a:visited {
	color: #fff;
	background-color: #383838;
}
#startknop div a:hover {
	color: #FFFFFF;
	background-color: #383838;
}
/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: normal;
	background-color: #B7CD2B!important;
	color: #333333!important;
	padding: 0 0 0 8px!important;
	font-style: normal;
}
