/* Overall style, dus, fonts e.d. */
.menuBar,
.menuButton,
.menuButtonActive,
.menu,
.menuItem,
.menuItemText,
.menuItemHighlight
{
  font-family 	: Arial, Helvetica, sans-serif;
  font-weight 	: normal;
  font-size 	: 10pt;
  color 		: white;
 
}

/* Hoofd menu items */
.menuButton
{
  position  		  : relative;
  left            :15px;
  z-index   		  : 120;
  top       		  : 265px;
  padding-left 		: 25px;
  padding-right		: 25px;
  padding-top		  : 0px;
  padding bottom	: 0px;
  border-style  	: solid;
  border-width		: 0px 3px 0px 0px;
  border-height		: 0px 3px 0px 0px;
  color				    : #FFFFFF;
  font-weight 		: bolder;
}

.menuBar
{
  width				: 880px;
  position  		: relative;
  z-index   		: 120;
  top       		: 6px;
  padding   		: 0px;
  padding-top		: 0px;
  padding bottom	: 0px;
  border-style  	: solid;
  border-width		: 0px 0px 0px 0px;
  color				: #FFFFFF;
}

}
  white-space : nowrap;
}

/* Hoofd menu highlight */
.menuBar .menuButtonActive,
.menuBar .menuButtonActive:hover
{
  background-color 	: ;
  color 			: ;
  border-color		: #ffffff;	
}

/* Submenu achtergrond */
.menu
{
  position          : absolute;
  z-index           : 110;
  visibility        : hidden;
  margin-top		: 12px;
  background-color	:#FFFFFF;
  border-style  	: solid;
  Border-width		: 0px 0px 0px 1px;
  Border-color		: #FFFFFF;

   }



/* Submenu items */
.menu .menuItem
{
  display     		: block;
  white-space 		: nowrap;
  padding-top  		: 5px;
  padding-left		: 25px;
  border-bottom 	: 1px solid #E9EADF;
  Border-width		: 0px 1px 0px 0px;
  font-size			: 12px;
  color				: #000000;	
}


/* Submenu items highlight */
.menu .menuItemHighlight,
.menu .menuItem:hover,
.menu .menuItemHighlight .menuItemText,
.menu .menuItem:hover .menuItemText
{
  background-color : #FFFFFF;
  color : #000000;
  font-weight:bold;
}

/*
.menuItem:hover

{position:absolute;
left:0px;
top:300px;
width:1017px;
height:150px;
z-index:30;
color:#666666;
background-color:#FFFFFF; }


.menuButton:hover{

background-color:#FFFFFF;
}	
*/


/* Submenu pijltje. */
.menuItemArrow
{
  margin 		: 0px;
  padding 		: 0px;
  font-size 	: 3px;
  color 		: black;
}

/* hidden div : deze div zorgde voor het witte achtergrond blok
#menu_content
{ 
	position:absolute;
	left:0px; 
	top:290px;
	width:1017px; 
	background-color:#FFFFFF; 
	color:#000000;
	height:150px;
	z-index:100;
	visibility:hidden;
}
*/