/* 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: 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-bottom: 2px; */
	padding: 4px 0px 1px 12px;

/*	height: 32px; */
	
/*	margin-top: -8px;  */
	 
/* padding: 5px 5px 5px 0.5em; */
/* border-left: 10px solid #1958b7; */
/* border-right: 10px solid #508fc4; */
/* overbodig? background-color: #54340e; */

/*
	color: #000000;
	width: 120px; 
*/	
	text-decoration: none; 
	
	color: #004730;
	color: #f8f5fb;
/*	border-right : 6px solid #ba751f; */
	width: 164px; 	
	margin-top : 1px;
	
}

/* html>body .navcontainer li a { width: auto; }  */

.navcontainer li a:hover, .navcontainer li a.menutype02:hover {
/* border-left: 10px solid #1c64d1; */
/* border-right: 10px solid #5ba3e0; */
	
/*	background-color: #884411; */

	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-color: #ffffcc; */
	

/*	background-image: url(/images/streepje.gif); */

	background-repeat	: no-repeat;		
	background-position : 10px 14px;
}

 

/*

.navcontainer li a.menutype03 {
	background-color: #ccffcc;
}

.navcontainer li a.menutype04 {
	background-color: #ffccff;
}

.navcontainer li a.menutype05 {
	background-color: #ff9999;
}

.navcontainer li a.menutype06 {
	background-color: #ccffff;
}

*/

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

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

}

/*

#menuitem01 {
	background-image: url(/images/bordje-200.png);
	background-repeat	: no-repeat;	
}
#menuitem02 {
	background-image: url(/images/bordje-down-200.png);
	background-repeat	: no-repeat;	
}

#menuitem03 {
	background-image: url(/images/bordje-up-200.png);
	background-repeat	: no-repeat;	
}

#menuitem04 {
	background-image: url(/images/bordje-200.png);
	background-repeat	: no-repeat;	
}

#menuitem05 {
	background-image: url(/images/bordje-down-200.png);
	background-repeat	: no-repeat;	
}

#menuitem06 {
	background-image: url(/images/bordje-up-200.png);
	background-repeat	: no-repeat;	
}
#menuitem07 {
	background-image: url(/images/bordje-up-200.png);
	background-repeat	: no-repeat;	
}
#menuitem08 {
	background-image: url(/images/bordje-200.png);
	background-repeat	: no-repeat;	
}

*/

/*

.navcontainer li a:hover.menutype03 {
	background-color: #66ff99;
}

.navcontainer li a:hover.menutype04 {
	background-color: #ff99ff;
}

.navcontainer li a:hover.menutype05 {
	background-color: #ff6666;
}

.navcontainer li a:hover.menutype06 {
	background-color: #00ccff;
}



*/
