div.mainNav ul.navItem {
	list-style: none; 
	list-style-type: none; 
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	height: auto;
	width: auto;
	font-weight: bold;
}


div.mainNav ul.navItem li {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius : 5px; 
}

div.mainNav ul.navItem li  a {
	padding: 5px;
	border-radius : 5px; 
}

li.padding {
}

ul.navItem li a:link {color: #0f0300; text-decoration:none;}      /* unvisited link */
ul.navItem li a:visited {color: #0f0300; text-decoration:none;}  /* visited link */
ul.navItem li a:hover {background-color: #ffe4b5; color: #0f0300; text-decoration:none;}  /* mouse over link */
ul.navItem li a:active {color: #0f0300; text-decoration:none;}  /* selected link */

a:link {color: #0f0300;}      /* unvisited link */
a:visited {color: #0f0300;}  /* visited link */
a:hover {background-color: #ffe4b5; color: #0f0300;}  /* mouse over link */
a:active {color: #0f0300;}  /* selected link */

div.mainNav { 
	text-align: center;
	#height: auto;
	#width: auto;
	min-width: 790px;
	max-height: 200px; 
	max-width: 1010px;
	min-height: 40px;
	border: 0px solid #a82a00;
	background-image : url('/content/afbeeldingen/nav.jpg');
	margin: auto;
	display: block;
	border-radius: 5px;
	
}

.selectedItem {
	border: 2px solid #a82a00;
 	background-color: #ffe4b5;
}

.selectedItemOld {
    border: 2px solid #a82a00;
 	background-color: #ffe4b5
}

.notSelectedItem {
	border: 2px solid #a82a00;
}
