/* Start of CMSMS style sheet 'GHK Menu CSS' */
#navigation {

}
#navigation h2 {
	margin: 0; /* Remove space around element edges. */
	padding: 0; /* Add one fifth of a character of space inside the element edges. */
}
/* List */
#navigation ul {
	margin: 0;
	list-style-type: none;
	padding-left: 15px;
	background: url(images/pijltje-menu.gif);
	background-repeat: repeat-y;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
/* Hyperlinks. */
#navigation a {
	height: 1%;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-decoration: none;
}
#navigation a:link {
	color: #323232; 
}
#navigation a:visited {
	color: #323232; 
}
#navigation a:hover, #navigation a:active, #navigation a:focus {
	color: #323232; 
	text-decoration: underline;
}
/* End of 'GHK Menu CSS' */

