/* CSS Document */

/* Verticaal Menu Links */
#navllist {
	padding-left: 0;
	margin-left: 0;
	margin-top: 20px;
	max-width: 135px;
}

#navllist li {
	list-style: none;
	margin-left: 10px;
	padding: 0.25em;
}

#navllist li a {
	text-decoration: none;
	color: #339999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}

#navllist li a:hover {
	color: #99cc33;
}


/* Verticaal Menu Rechts */
#navrlist {
	padding-left: 0;
	margin-left: 0;
	margin-top: 20px;
	max-width: 135px;
}

#navrlist li {
	list-style: none;
	margin-left: 10px;
	padding: 0.25em;
}

#navrlist li a {
	text-decoration: none;
	color: #339999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}

#navrlist li a:hover {
	color: #99cc33;
}

/* Horizontaal Menu */
a.navflist1 {
	white-space: nowrap;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 60px;
}
a.navflistn {
	white-space: nowrap;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 60px;
}

a.navflist1:link, a.navflistn:link, a.navflist1:visited, a.navflistn:visited {
	color: #ffffff;
	text-decoration: none;
}

a.navflist1:hover, a.navflistn:hover {
	color: #99cc33;
	text-decoration: none;
}
