.horizontalcssmenu ul  { list-style-type: none; margin: 0; padding: 0; border-bottom: medium }

/*Top level list items*/
.horizontalcssmenu ul li  { display: inline; position: relative; float: left }

/*Top level menu link items style*/
.horizontalcssmenu ul li a                        { color: black; font: bold 13px Tahoma; text-decoration: none; background-image: url(../illustraties/menubg.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: center; display: block; padding: 2px 8px; width: 79px; border-style: solid; border-width: 1px 1px 1px 0; border-color: #202020 }
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a    { font-weight: normal; background: #fffbf0; padding: 2px 5px; width: auto; border-width: 0 1px 1px }

.horizontalcssmenu ul li a:hover { background: url(../illustraties/menubgover.gif) repeat-x center }

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.horizontalcssmenu .arrowdiv { background: url(../illustraties/menuarrow.gif) no-repeat left center; position: absolute; right: 0 }

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
