/* Vertical list menu */ 

.navcontainer {
	padding : 0px;
	padding-top : 20px;
	/* width: 182px;  */
	border: 0px;
	/* solid #00008b;  */
/*	margin-left: 0px; */

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top : 24px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	background-color: #f5c855;
/*	background-color: transparent; */
	color: #333;
	text-align: left;
	height : 280px;

}

.navcontainer ul {
	list-style		: none;
	margin			: 0px; 
	padding-top		: 0px;
	padding-right	: 6px; 
	padding-bottom	: 10px;
	padding-left	: 6px;
	border			: 0px; 

	
}

.navcontainer li {
	margin		: 0px;
	width		: 170px;
	
/*	margin-top	: 4px;  */ /* solid transparent; */
	
/*  border-left : 8px; */
}

.navcontainer li a {
	font-size  : 9pt;
	font-weight: bold;    
	display: block;
	padding: 4px 0px 1px 12px;
	text-decoration: none; 
/*	color: #004730; */
	color: #f8f5fb;
	width: 164px; 	
	margin-top : 1px;
	
}

/* html>body .navcontainer li a { width: auto; }  */
/* , .navcontainer li a.menutype02:hover  */
.navcontainer li a:hover {
	color: #f0f0f0;
/*	border-right : 6px solid #f6430b; */
	width: 164px; 
	background-repeat	: no-repeat;		
	background-position : 1px 1px;
	
}


/* Van Doornschool specifieke kleuren */

.navcontainer li a.menutype01 {
/*	background-color: #ffffcc; */
	background-image: url(images/buttonback.png);
	background-repeat	: repeat-y;		
}

.navcontainer li a.menutype02 {
	background-image: url(images/buttonback.png);
	background-repeat	: repeat-y;		
/*	background-repeat	: no-repeat;		 *?
	background-position : 10px 14px;
}

 



.navcontainer li a:hover.menutype01 {
	/* background-color: #ffff66; */
}

.navcontainer li a:hover.menutype02 {
	/* background-color: #cb6b0d; */
	

}



