.menuheader {
	width				: 175px;
	height				: 21px;
	background-color	: #F68F1E;
	color				: #FFFFFF;
	font-size			: 12px;
	font-family			: Tahoma, Verdana, Sans;
	font-weight			: bold;
	border-color		: #F68F1E;
	border-width		: 0px;
	border-style		: solid;
	background-image	: url(../images/site/box-links-kop.gif);
    background-repeat	: no-repeat;
    background-color	: #F68F1E; 
    margin				: 0px;
}


.catselected {
	color				: #F68F1E;
	font-weight			: normal;
	padding-left		: 0px;
	margin				: 0px;
	margin-left			: 0px;
	}
.catselected1 {
	color				: #F68F1E;
	font-weight			: normal;
	padding-left		: 3px;
	margin				: 0px;
	margin-left			: 0px;
	}


.menufooter {
	width				: 175px;
	background-color	: #F68F1E;
	color				: #FFFFFF;
	font-size			: 12px;
	font-family			: Tahoma, Verdana, Sans;
	font-weight			: bold;
	text-align			: center;
	border-color		: #F68F1E;
	border-width		: 1px;
	border-style		: solid;
}


.menurand {
	width				: 175px;
	background-color	: #FFFFFF;
	border-color		: #F68F1E;
	border-width		: 1px;
	border-style		: solid;
	font-family			: Tahoma, Verdana, Sans;
	font-size			: 12px;
	padding				: 0px;
	margin				: 0px;
}

.menu {
	padding-left	:	2px;
	margin-left				: 0px;
	margin				: 0px;
	}

	
a.menu:link, a.menu:visited {
	color				: #000000;
	font-weight			: normal;
	font-size			: 12px;
	text-decoration		: none; 
	margin				: 0px;
	
}

a.menu:hover, a.menu:active {
	color				: #F68F1E;
	font-weight			: normal;
	font-size			: 12px;	
	text-decoration		: none; 
	margin				: 0px;
}



ul {
	margin				: 1px 0px 0px -2px;	/* top, rechts, onder, links */
	padding				: 0px 0px 0px 0px;
	list-style			: none;
} 

li {
	margin				: 1px 0px 0px 3px;	/* top, rechts, onder, links */
	padding				: 0px 0px 0px 0px;
	/* list-style			: none; */
}
	
	
.treeview ul { 
	background-color	: #FFFFFF;
}



.treeview li { 
	background-color	: #FFFFFF; 
	list-style-type		: none;
	margin				: 2px 0px 3px 2px;	/* top, rechts, onder, links */
	padding				: 0px 0px 0px 2px;	/* inspringen 1e child */
}


.treeview li.submenu { 
	background-color	: #FFFFFF;
	cursor				: pointer;
	}

.treeview li.submenu:link{
	font-family			: Tahoma, Verdana;
	font-size			: 12px;	
}
.treeview li.submenu:hover {
	font-weight 		: normal;
}


.treeview li.submenu ul { 
	display				: none; /* Hide them by default. Don't delete. */
}

.treeview .submenu ul li { 
	cursor				: default;
	font-weight			: normal;
	border-bottom		: 0px;
	border-top			: 0px;
	border-left			: 0px;
	border-right		: 0px;
	border-style		: solid;
	border-color		: #FFFFFF;
}