/* CSS Document */

.hoofdmenu {
	font-size:13px;
	color:white;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-transform:lowercase;
	text-decoration:none;
	cursor:pointer;
	padding-left:3px;
}

/*.hoofdmenu a {
	color:white;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-transform:lowercase;
	text-decoration:none;
	cursor:hand;
	margin:4px;
	padding:2px;
	padding-left:3px;
}

.hoofdmenu a:hover {
	border-bottom: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
	text-decoration:none;
}

.hoofdmenu a:active {
	color:ff6600;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-transform:lowercase;
	text-decoration:none;
}*/
