.treemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #000000; /*overall menu background color*/
}

/*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;
}
	
/*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: 139px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.treemenu ul li ul li a{
font-family: arial;
font-size: 9pt;
background-color: #00A4DB; /* achtergrond submenu */
display: block;
width: 240px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 3px 0px;
border: 0px dashed #000;
background: #00A4DB url(images/bg_submenu_large.jpg) no-repeat center right;
text-align: left;
}

.treemenu ul li a:hover{
font-family: arial;
background-color: #00A4DB; /*rollover kleur submenu achtergrond en rollover kleur hoofdmenu achtergrond*/
color: #FFFFFF; /*rollover kleur submenu tekst*/
font-weight: bold;
font-size: 9pt;
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
/*background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* 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;
}
	
/* Holly Hack for IE \*/
* html .treemenu ul li { float: left; height: 1%; }
* html .treemenu ul li a { height: 1%; }
/* End */
