/* Global Styles */

body, td, tr, table {
	color:#61723e;
	font-family: Verdana, Arial;
	font-size: 13px;
	text-decoration:none;
	font-weight:lighter;
	font-style: normal;
	}
	
body {
  	behavior:url("csshover.htc");
	background-color: #CBFED3;
	}
	
a {
	color: #61723e;
	text-decoration:underline;
	}
	
a:hover {
	color: #61723e;
	text-decoration: none;
	}
	
#menuNavigation a {
	font-family: Verdana, Arial;
	color: #9eab80;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.1em;
	font-size: 11px;
	background-color: #CBFED3;
	}
	
#menuNavigation a:hover {
	text-decoration:none;
	color: #575d4f;
	}


/* http://naarvoren.nl/artikel/hover/ */
/* Het 100% CSS menu */
ul, li {
	margin:0;
	padding:0;
	display:block;
 	}  

ul {
	list-style:none;
	/* width:100px; */
	padding:2px;
	/* border:1px solid #bea52e; */
	background:#CBFED3;
	} 

li {
	position:relative;
	padding:2px;
	background:#CBFED3;
	z-index:9;
	}
 
li.folder {
	/* border-right:5px solid #bea52e; */
	}

/* decoratieve hover */
li:hover {
	z-index:15;
	}

/* Alle subnavigatie verbergen */
ul ul {
	position:absolute;
	display:none;
	right:-20px;
	top:18px;
	}
  
/* :hover, met specificity */
li:hover ul ul {
	display:none;
	}

li:hover ul, li:hover li:hover ul {
	display:block;
	}
	
H1 { font-size: 16px; } 
H2 { font-size: 12px; } 
