.treeview{
	margin-left:			5px;	
}
.treeview a{	
	font-family: 			verdana;
	font-weight: 			bold;
	color:					#22274e;
	font-size:				0.8em;

}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin-top:				0px;
	margin-right:			0px;
	margin-bottom:			0px;
	padding: 				0px;
	margin-left:			5px;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: 		none;
	padding-left: 			10px;
	margin-bottom: 			3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: 			url(http://www.golf-holidays.nl/img/closed.gif) no-repeat left 7px;
	cursor: 				hand;
	cursor: 				pointer;
	text-decoration:		underline;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: 				none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: 				default;
}
