/*horizontaal menu b-o-w.nl 2007*/
/*horizontaal menu b-o-w.nl 2007*/

.horizontalcssmenu ul{
margin: 1px;
padding: -2px;
list-style-type: none;
}

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

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
width: 49px; /*Width of top level menu link items*/
margin: 1px;   /*     */
padding: 3px 3px; /* was 2 en 8 */
        border-style: solid ;
	border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px;
	border-color: #7B94AC ;
	border-collapse: collapse;
text-decoration: none; text-align: center;
background: none center center repeat-x;
color: 000000;
font: bold 11px Verdana;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 14px;
top: 14px;
border-top: 0px solid #000080;
position: absolute;
visibility: hidden;
z-index: 10;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
margin: 0px;
padding: 0px;
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 176px; /*width of sub menu levels*/
display: block;
font-weight: normal;
padding: 2px 5px; 
background: #D7E3EB;         /*achtergrondkleur laag 2 aanvang*/
text-decoration: none; text-align: left;
/*background: none center center repeat-x; */
border-width: 1px 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: none center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #94B4DC; /*achtergrondkleur laag 2 muisover*/
/*background: url(menubgover.gif) center center repeat-x; */
text-decoration: none; text-align: left;
border-width: 1px 1px 1px 1px;
z-index: 400;
}

.horizontalcssmenu .arrowdiv{
position: absolute;   /* absolute , relative*/
right: -3;  /* horizontale positie van het pijltje  */
background: transparent none 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 */
