/* Horizontal list menu */ 

.hornavcontainer {
	border				: 0px solid green;
	margin				: 0px;
	padding				: 1px;
	text-align			: left;
	width				: 480px;
}

.hornavcontainer ul {
	padding-left		: 20px;
	padding-top			: 1px;
	padding-bottom		: 1px;
	
	margin-left			: 0px;
	margin-top			: 0px;
	margin-right		: 0px;
/*	margin-bottom		: 1px; */
	margin-bottom		: 30px;
	
	border-bottom		: 1px solid #000080;
	
	background-color	: #f0f0f0;
	color				: #ffffcc;
/*	float				: left; */
	font-family			: Arial, Helvetica, sans-serif;
}

.hornavcontainer ul li {
	display: inline;
}

.hornavcontainer ul li a {
	font-size 			: 10pt;
	font-weight			: normal;    
	margin				: 4px;
	padding-left 		: 1em;
	padding-right 		: 1em;
	padding-bottom		: 1px;
	padding-top			: 1px;

/*	border-bottom		: 1px solid #ff0000; */

/*	border				: 0px;	*/
	background-color	: #f0f0f0;
	color			 	: #000080;

/*	float				: left; */

/*	padding: 0.2em 1em; */
 	text-decoration: none; 
	
}

 .hornavcontainer ul li#active a {
	border-top			: 1px solid #000080;
	border-left			: 1px solid #000080;
	border-right		: 1px solid #000080;
	border-bottom		: 1px solid #fffffa;
}

.hornavcontainer ul li a {
	border-bottom		: 1px solid #000080;
	border-top			: 1px dashed #f0f0f0; 
}


/* Van Doornschool specifieke kleuren */

.hornavcontainer li a.tabtype01 {
	background-color: #fffffa;
}

.hornavcontainer li a.tabtype02 {
	background-color: #fffffa;
}

.hornavcontainer li a.tabtype03 {
	background-color: #ffccff;
}

.hornavcontainer li a.tabtype04 {
	background-color: #ff9999;
}

.hornavcontainer li a.tabtype05 {
	background-color: #ccffff;
}

.hornavcontainer li a:hover.tabtype01 {
	background-color: #fffffa;
}

.hornavcontainer li a:hover.tabtype02 {
	background-color: #fffffa;
}

.hornavcontainer li a:hover.tabtype03 {
	background-color: #ff99ff;
}

.hornavcontainer li a:hover.tabtype04 {
	background-color: #ff6666;
}

.hornavcontainer li a:hover.tabtype05 {
	background-color: #00ccff;
}

