

.popupTree {

	background-position: bottom center;
	display: inline;
	float: left;
	width: 210px;
	
	margin:23px 0 0 0;
	
	font-size:1em;
	color:#0b5ed7;
	
	/*position:absolute;
	left:400px;*/
	
}

.popupTree a {
	cursor:pointer;
	text-decoration:none;
}

.popupTree ul {
	background-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
  
.popupTree ul li {
	background-image: none;
	margin: 0px;
	
} 

.popupTree ul li a {
	background: url(../../images/menu/link.png) no-repeat right;
	height: 26px;
	line-height: 12px;
	display: block;
	padding: 6px 0px 2px 20px;
	width: 200px;
	border-bottom:1px solid #ddd;
} 
.popupTree ul li a:hover {
	background: url(../../images/menu/hover4.png) no-repeat right #ffecd7;
	/*font-weight: bold;*/ /* Not needed here*/
	text-decoration: none;
	color:#0b5ed7;
}
.popupTree ul li a.actief {
	background: url(../../images/menu/hover4.png) no-repeat right #ffecd7;
	font-weight: bold;
	text-decoration: none;
	color:#0b5ed7;
}

.popupTree ul li a.selected {
	
	background: url(../../images/menu/hover4.png) no-repeat right #ffecd7;
	font-weight: bold;
	text-decoration: none;
	color:#0b5ed7;
}



/* level 1 */

.popupTree ul .cb_popupTree {
	display:none;
	position:absolute;
	width: 275px;
}

.popupTree ul .cb_popupTree li a{
	background-image: none;
	border-bottom:none;
	height: 26px;
	width:225px;
}
.popupTree ul .cb_popupTree li a:hover{
	background: url(../../images/menu/hover4.png) no-repeat right #ffecd7;
	color:#0b5ed7;
}
.popupTree ul .cb_popupTree li a.actief{
	background: url(../../images/menu/hover4.png) no-repeat right #ffecd7;
	font-weight: bold;
	text-decoration: none;
	color:#0b5ed7;
}

.popupTree ul .cb_popupTree li a.selected{
	background: url(../../images/menu/hover4.png) no-repeat right #ffecd7;
	font-weight: bold;
	text-decoration: none;
	color:#0b5ed7;
}

