/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */

/* - - Navigatie linkerkant - - */
#nav {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-top: 2px;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a {
	padding-left: 8px;
	display: block;
	color: #222EA6;
	font-size: 10pt;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

#nav a:hover {
	color: #E30000;
	text-decoration: underline;
}

#nav #active {
	color: #E30000;
	text-decoration: none;
}