body {
		background-image: url(images/achtergrond.gif);background-position: top; background-repeat: repeat-x; margin-top: 0px;	}
body, table, td {
	font-family: Trebuchet ms, Calibri, Arial, Helvetica;
	font-size: 12px;
	line-height: 19px; 
	color: #173451;
	}
.title {
	font-family: Trebuchet ms, Calibri, Arial, Helvetica;
	font-size: 19px;
	line-height: 19px; 
	font-weight: bold;
	color: #173451;
	}
.smaltxt {
	font-family: Trebuchet ms, Calibri, Arial, Helvetica;
	font-size: 11px;
	line-height: 10px; 
	font-weight: normal;
	color: #173451;
	}
ul {
	list-style-type: square; 
	}
.awit {
	font-family: Trebuchet ms, Calibri,Arial,Helvetica;
	font-size: 11px;
	line-height: 19px; 
	color: #FFFFFF;
	text-decoration: none;
	}
.awit:hover {  
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
}
.txtwit {
	font-family: Trebuchet ms, Calibri,Arial,Helvetica;
	font-size: 14px;
	line-height: 19px; 
	color: #FFFFFF;
	}
.Language {
	padding-right:25px;
}
a {  
	color: #ef8203; 
	}
a:hover {  
	color: #ef8203;
	}
.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;}
.jmenus {
	font-family: Trebuchet ms, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #075fad;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #075fad;
	border-right-color: #075fad;
	border-bottom-color: #075fad;
	border-left-color: #075fad;
	cursor: hand;
	width: 10em;
	float: right;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.treemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Trebuchet ms, Calibri,Arial,Helvetica;
font-size: 12px;
line-height: 19px; 
font-weight: bolder;
color: #FFFFFF;
padding-left:10px;
}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #075fad; /*overall menu background color*/
color: #FFFFFF;
}

/*Top level menu link items style*/
.treemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 10px;
border: 1px solid #075fad;
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: #0094dc;
color: white;
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
background: #075fad url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
background: #075fad 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 */