.horizontalcssmenu ul{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: -40px;
	margin-right: 4px;
	padding: -2px;
	list-style-type: none;
}



/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
text-decoration: none;
float: left;   /*left, right, none  NB: right geeft in FFOX verticaal result */
margin: 2px;   /*    /*margin: afstand tussen alle buttons */
padding: 0px;   /*    */
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a.menulink{
display: block;
width: 70px; /*Width of top level menu link items*/
margin: 0px;   /*afstand hoodfsuktitel in submenu*/
padding: 0px 0px 0px 0px; /* was 2 en 8 */
        border-style: solid ;
	border-top-width:0px; border-right-width:0px; border-bottom-width:0px; border-left-width:0px; /*rand topmenu*/
	border-color: #9900CC ;
	border-collapse: collapse;

text-decoration: none; text-align: center;
background: url() center center repeat-x;
color: #A80076;
font-size: 12px;
font-weight: 600 ;
font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;

}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 14px;
top: 14px;
border-top-width:0px; border-right-width:0px; border-bottom-width:0px; border-left-width:0px;  /* rand om alle submenu's van een hoofdstuk */
border-color: #000080;
border-style: solid ;
position: absolute;
display: block;
visibility: hidden;
z-index: 400;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: block;
border-top-width:0px; border-right-width:0px; border-bottom-width:1px; border-left-width:0px;  /* rand om afzonderlijke submenu's van een hoofdstuk */
border-color: #FFFFC0;
border-style: solid ;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a.menulink{
width: 176px; /*width of sub menu levels*/
font-weight: normal;
margin: 0px 0px 1px 2px;
padding: 0px 0px 1px 2px;
background: #D7E3EB;   /*achtergrondkleur laag 2 aanvang*/                 
text-decoration: none; text-align: left;
/*background: url() center center repeat-x; */
border-top-width:0px; border-right-width:4px; border-bottom-width:0px; border-left-width:4px;
}

.horizontalcssmenu ul li a:hover{
background: url() center center repeat-x;
color: #FF0000;
margin: 0px 0px 1px 0px;
padding: 0px 0px 1px 0px;
text-decoration: none;
}

.horizontalcssmenu ul li ul li a.menulink{
background: #D28CC6; /*achtergrondkleur laag 2 muisover*/
/*background: url(menubgover.gif) center center repeat-x; */
text-decoration: none; text-align: left;
border-top-width:0px; border-right-width:0px; border-bottom-width:0px; border-left-width:3px;
border-collapse: collapse;
display: block;
z-index: 400;
margin: 0px;
padding: 1px;
}
.horizontalcssmenu ul li ul li a:hover{
background: #FFD6C5; /*achtergrondkleur laag 2 muisover*/
/*background: url(menubgover.gif) center center repeat-x; */
text-decoration: none; text-align: left;
border-top-width:0px; border-right-width:0px; border-bottom-width:0px; border-left-width:9px;
border-collapse: collapse;
display: inline;
z-index: 400;
margin: 0px;
padding: 1px;
}

.horizontalcssmenu .arrowdiv{
position: absolute;   /* absolute , relative*/
right: -3;  /* horizontale positie van het pijltje  */
background: transparent url() no-repeat center left;  /* */
}

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