/* CSS Document */

a.submenu {
	display: block;
	margin-left: 22px;
	padding-top: 2px;
	padding-left: 7px;
	font-weight: normal;
	font-size:11px;
	color: #ffffff;
}
a.submenu:link, a.submenu:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
}
a.submenu:hover,a.submenu:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
}
.subsubmenu {
display: block;
margin-left: 32px;
padding-top: 2px;
padding-left: 7px;
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: normal;}
.subsubmenu:link { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: normal;}
.subsubmenu:visited{ COLOR: #ffffff; TEXT-DECORATION: none; font-weight: normal;}
.subsubmenu:hover { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold;}


/* NIEUW sander van ketel */
/*
a.submenu {
	display: block;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 21px;
	font-weight: normal;
	font-size:11px;
	color: #ffffff;
	background: transparent url('../images/bullet-driehoek-wit.gif') 14px center no-repeat;
	}
a.submenu:link, a.submenu:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
	}
a.submenu:hover ,a.submenu:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	background: #d62d9a url('../images/bullet-driehoek-wit.gif') 14px center no-repeat;
	}
	

.subsubmenu {
	display: block;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 28px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	background: transparent url('../images/bullet-streepje-wit.gif') 21px center no-repeat;
	}
.subsubmenu:link, .subsubmenu:visited {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
	}
.subsubmenu:hover, .subsubmenu:active {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	background: #d62d9a url('../images/bullet-streepje-wit.gif') 21px center no-repeat;
	}
*/

a.subreizen {
	display: block;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 21px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:11px;
	color: #ffffff;
	background: transparent url('../images/bullet-driehoek-wit.gif') 14px 5px no-repeat;
	}
a.subreizen:link, a.subreizen:visited {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
	}
a.subreizen:hover, a.subreizen:active, a.subreizenactive {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	background: #d62d9a url('../images/bullet-driehoek-wit.gif') 14px 5px no-repeat !important;
	}
	
	
a.subsubreizen {
	display: block;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 28px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	background: transparent url('../images/bullet-streepje-wit.gif') 21px 5px no-repeat;
	}
a.subsubreizen:link, a.subsubreizen:visited {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
	}
a.subsubreizen:hover, a.subsubreizen:active, a.subsubreizenactive {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	background: #d62d9a url('../images/bullet-streepje-wit.gif') 21px 5px no-repeat !important;
	}




.hide {
	display: none;
	}

.show {
	display: block;
	}
