body, table, td {
	font-family: Calibri, Arial, Helvetica;
	font-size: 12px;
	line-height: 19px; 
	color: #173451;
	}
.title {
	font-family: Calibri, Arial, Helvetica;
	font-size: 16px;
	line-height: 19px; 
	font-weight: bold;
	color: #173451;
	}
.smaltxt {
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
	line-height: 10px; 
	font-weight: normal;
	color: #173451;
	}
ul {
	list-style-type: square; 
	}
.awit {
	font-family: Calibri,Arial,Helvetica;
	font-size: 13px;
	line-height: 19px; 
	color: #FFFFFF;
	text-decoration: none;
	}
.awit:hover {  
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px;
}
.txtwit {
	font-family: Calibri,Arial,Helvetica;
	font-size: 14px;
	line-height: 19px; 
	color: #FFFFFF;
	}
a {  
	color: #173451; 
	}
a:hover {  
	color: #173451;
	}
.Hoofdtabel {
	border: 1px #6c8fb9 solid;
	background-image: url(images/swan-achter.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat;
}
.invoer { font-family: Verdana, Arial; font-size: 7pt;}

.treemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Calibri,Arial,Helvetica;
font-size: 12px;
line-height: 19px; 
color: #FFFFFF;
padding-left:10px;
}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #1e4164; /*overall menu background color*/
color: #FFFFFF;
}

/*Top level menu link items style*/
.treemenu ul li a{
display: block;
width: 94px; /*Width of top level menu link items*/
padding: 1px 0px;
border: 1px solid #1e4164;
border-left-width: 0;
text-decoration: none;
color: white;
}
	
/*1st sub level menu*/
.treemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.treemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.treemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #FFFFFF;
}

.treemenu ul li a:hover{
background-color: #7399c6;
color: white;
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
background: #1e4164 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
background: #1e4164 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows tree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .treemenu ul li { float: left; height: 1%; }
* html .treemenu ul li a { height: 1%; }
/* End */