.treeview {
	margin: 0;
	padding: 0;
	width:130px;
}

.treeview ul {
	margin: 0;
	padding: 0;
	background:white;
}
.treeview ul li ul{
	background:none;
}

.treeview li {
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background:  no-repeat left center;
	list-style-type: none;
	padding-left: 14px;
	margin-bottom: 2px;
}

.treeview li.submenu {
	background: transparant no-repeat left 3px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul {
	display: none;
}

.treeview .submenu ul li {
	cursor: default;
}

/* Category Links ------------------------ */

.treeview li a:link, .treeview li a:visited, {
	color: #000000;
	text-decoration: none;
}

.treeview li a:hover,{
	color: #0000FF;
	text-decoration: none;
}

/* Hightlighted Category Link ------------------------ */

.treemenuhl {
	font-weight: bold;
}

/* Expand/Collapse Links ------------------------ */

#treemenu1 a.link1:link{
	color:black;
}

.explink {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.explink:link {
	color: #000000;
	text-decoration: none;
}

a.explink:visited {
	color: #000000;
	text-decoration: none;
}

a.explink:hover {
	color: #000000;
	text-decoration: none;
}

a.explink:active  {
	color: #000000;
	text-decoration: none;
}

/*##############################dit is voor menu2##########################################3*/

.treeview2 {
	margin: 0 0 0 10px;
	padding: 0;
	width:130px;
}

.treeview2 ul {
	margin: 0;
	padding: 0;
	background:white;
}
.treeview2 ul li ul{
	background:none;
}

.treeview2 li {
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background:  no-repeat left center;
	list-style-type: none;
	padding-left: 14px;
	margin-bottom: 4px;
}
#treemenu2 li {
	margin-bottom:6px;
}
.treeview2 li.submenu {
	background: transparant no-repeat left 3px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview2 li.submenu ul {
	display: none;
}

.treeview2 .submenu ul li {
	cursor: default;
}

/* Category Links ------------------------ */

.treeview2 li a:link, .treeview li a:visited, {
	color: #000000;
	text-decoration: none;
}

.treeview2 li a:hover,{
	color: #0000FF;
	text-decoration: none;
}

/* Hightlighted Category Link ------------------------ */

.treemenuhl {
	font-weight: bold;
}

/* Expand/Collapse Links ------------------------ */

.explink {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#treemenu2 a.link1:link{
	color:white;
}
#treemenu2 a.link1:visited{
	color:white;
}

a.explink:link {
	color: #000000;
	text-decoration: none;
}

a.explink:visited {
	color: #000000;
	text-decoration: none;
}

a.explink:hover {
	color: #000000;
	text-decoration: none;
}

a.explink:active  {
	color: #000000;
	text-decoration: none;
}
