.treemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:2;
}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #125067; /*overall menu background color*/
z-index:2;
}

/*Top level menu link items style*/
.treemenu ul li a{
display: block;
width: 94px; /*Width of top level menu link items*/
padding: 8px 0px;
border: 0px;
border-left-width: 0;
text-decoration: none;
color: #ffffff; /*normal color hoofdmenu items*/
font-family: arial;
font-weight: bold;
font-size: 9pt;
text-align: center;
z-index:2;
}
	
/*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;
z-index:2;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
display: list-item;
float: none;
z-index:2;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.treemenu ul li ul li ul{ 
left: 139px; /* no need to change, as true value set by script */
top: 0;
z-index:2;
}

/* Sub level menu links style */
.treemenu ul li ul li a{
font-family: arial;
font-size: 9pt;
background-color: #F15A22; /* achtergrond submenu */
display: block;
width: 240px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 3px 8px;
border-bottom: 1px dashed #000;
background: #F15A22 url(images/bg_submenu_large.jpg) no-repeat center right;
text-align: left;
z-index:2;
}

.treemenu ul li a:hover{
font-family: arial;
background-color: #F15A22; /*rollover kleur submenu achtergrond en rollover kleur hoofdmenu achtergrond*/
color: #FFFFFF; /*rollover kleur submenu tekst*/
font-weight: bold;
font-size: 9pt;
z-index:2;
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
/*background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;*/
z-index:2;
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
z-index:2;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
z-index:2;
}
	
/* Holly Hack for IE \*/
* html .treemenu ul li { float: left; height: 1%; z-index:2;}
* html .treemenu ul li a { height: 1%; z-index:2;}
/* End */
