#sitenav li a {
	background-color: #bcda52;
	color: white;
}
	#sitenav li a:hover {
		background-color: white;
		color: #719001;
	}

	#sitenav li li a {
		background-color: #dcf095;
		color: #719001;
	}

#content h1 {
	background-color: #a3c32e;
	color: white;
}



/* Article cluster table & Links */

#content table.articles {
	width: 100%;
	*margin-top: 50px;
	border-bottom: 4px solid #6cc8f2;
}
	#content table.articles caption {
		margin-bottom: 10px;
		padding: 7px 10px 9px 13px;
		text-align: left;
		background-color: #6cc8f2;
		color: white;
	}
	#content table.articles td {
		padding: 5px 10px 7px 13px;
	}

	#content table.articles a,
	#content ul.links li a {
		padding-left: 20px;
		font-size: 0.92em;
		font-weight: bold;
		background: url(/images/meer.gif) no-repeat left bottom;
		color: #48284b;
	}
		#content table.articles a:hover,
		#content ul.links li a:hover {
			background-position: left top;
		}


#content ul.links {
	border: 1px solid #e6e1e7;
	padding: 10px 10px 10px 13px; 
}
	#content ul.links li {
		margin: 5px 0 7px;
		list-style: none;
	}
