body
			{
			margin: 0px;
			padding: 0;
			background-color:#3a61bc;
			}	

#menuwrap
			{
			margin-top: 20px;
			margin-left: 2px;
			letter-spacing: 0.0800em;
			}	

/* Oke, ga er maar even voor zitten... */

/* Voor de BASIC BUTTONS in het MAINMENU ZONDER SUB OPTIES ! */
.menuOut {
			cursor:pointer; 
			margin:0px;
			margin-left: 22px; 
			color:#ffffff; 
			width:204px; 
			border:1px solid #ffffff; 
			padding:4px; 
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-color:#3200b1;
			}
			
/* Voor de BASIC MOUSEOVER in het BASIC MENU */
.menuOver {
			cursor:pointer; 
			margin:0px;
			margin-left: 22px; 
			color:#ffffff; 
			width:204px; 
			border:1px solid #ffffff;
			padding:4px;
			padding-left:4px; 
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-color:#6b92d0;
			}


/* Voor de BASIC BUTTONS in het MAINMENU MET SUB OPTIES ! */			
.menuOut2 {
			cursor:pointer; 
			margin:0px;
			margin-left: 22px;
			color:#ffffff; 
			width:204px; 
			border:1px solid #ffffff;
			padding:4px; 
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-image: #3200b1 url(images/arrow2.gif);
  			background-repeat: no-repeat;
  			background-color:#0f318a;
			}

/* Voor de BASIC BUTTONS in het SUBMENU */			
.menuOut3 {
			cursor:pointer; 
			margin:0px;
			margin-left: -18px;
			color:#ffffff; 
			width:204px; 
			border:1px solid #ffffff;
			border-bottom: 0px; 
			padding:4px;
			padding-left:20px;
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-color:#3a61bc;
			}
			
/* Voor de BASIC MOUSEOVER in het SUBMENU */	
.menuOver2 {
			cursor:pointer; 
			margin:0px;
			margin-left: -18px; 
			color:#ffffff; 
			width:204px; 
			border:1px solid #ffffff;
			border-bottom: 0px;
			padding:4px;
			padding-left:20px;
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-color:#6b92d0; 
			}




/* Begin van alle definities van de selected optie in het submenu */
/* Het basis uiterlijk van de selected optie in het submenu */

.selected {
			cursor:pointer; 
			margin:0px;
			margin-left: -18px;
			width:204px; 
			border:1px solid #ffffff;
			border-bottom: 0px;
			padding:4px;
			padding-left:20px;
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			color:#000000; 
			background-color:#deeded;
			}

/* Voor de MouseOver van de selected optie in het submenu */			

.menuOverSelected {
			cursor:pointer; 
			margin:0px;
			margin-left: -18px;  
			width:204px; 
			border:1px solid #ffffff;
			border-top:1px solid #6892d0;
			border-bottom: 0px;
			padding:4px;
			padding-left:20px;
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			color:#ffffff;
			background-color:#6892d0; 
			}


/* Deze zodat na het verlaten van de selected optie in het submenu */
/* Deze er weer hetzelfde uitziet als ervoor ! */

.menuOutSelected {
			cursor:pointer; 
			margin:0px;
			margin-left: -18px; 
			width:204px; 
			border:1px solid #ffffff;
			border-bottom: 0px;
			padding:4px;
			padding-left:20px;
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			color:#3a61bc;
			background-color:#deeded;
			}	
/* Einde van alle definities van de selected optie in het submenu */

.submenu {
			width:204px; 
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			font-family:arial; 
			font-size:10px;
			padding:0px;
			padding-left:40px;
			background: #6b92d0 url("images/menubg.gif");
			background-repeat: repeat-y;
  			background-position: top left;
			}



/* Voor de BUTTONS in het MAINMENU MET SUB OPTIES welke is uitgeklapt ! */			
.ActiveMenuOut {
			cursor:pointer; 
			margin:0px;
			margin-left: 0px;
			color:#ffffff; 
			width:226px; 
			border:1px solid #ffffff;
			border-left: 0px;
			padding:4px;
			padding-left: 28px;
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-image: #3200b1 url(images/active.gif);
  			background-repeat: no-repeat;
  			background-color:#0f318a;
			}
			
/* Voor de BASIC MOUSEOVER in het MAINMENU MET SUB OPTIES welke is uitgeklapt ! */
.ActiveMenuOver {
			cursor:pointer; 
			margin:0px;
			margin-left: 0px;
			color:#ffffff; 
			width:226px; 
			border:1px solid #ffffff;
			border-left: 0px;
			padding:4px;
			padding-left: 28px;
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-image: #3200b1 url(images/active.gif);
  			background-repeat: no-repeat;
  			background-color:#0f318a;
			}
			


			
/* Voor de BASIC MOUSEOVER van de HOME BUTTON */
/* Dit is nl. een geval appart en heeft GEEN BOTTOM-BORDER */

.HomeOut {
			cursor:pointer; 
			margin:0px;
			margin-left: 22px; 
			color:#ffffff; 
			width:204px; 
			border:1px solid #ffffff;
			border-bottom: 0px;
			padding:4px; 
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-color:#3200b1;
			}
			
.HomeOver {
			cursor:pointer; 
			margin:0px;
			margin-left: 22px; 
			color:#ffffff; 
			width:204px; 
			border:1px solid #ffffff;
			border-bottom: 0px;
			padding:4px; 
			padding-left:4px; 
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-color:#6b92d0;
			}
			
			
			

/* Voor de BASIC MOUSEOVER van de ONDERSTE BUTTON ! */
/* Dit is nl. een geval appart en heeft GEEN TOP-BORDER */

.BottomOut {
			cursor:pointer; 
			margin:0px;
			margin-left: 22px; 
			color:#ffffff; 
			width:204px; 
			border:1px solid #ffffff;
			border-top: 0px;
			padding:4px; 
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-color:#3200b1;
			}
			
.BottomOver {
			cursor:pointer; 
			margin:0px;
			margin-left: 22px; 
			color:#ffffff; 
			width:204px; 
			border:1px solid #ffffff;
			border-top: 0px;
			padding:4px; 
			padding-left:4px; 
			text-align:left;
			font-size: 12px;
			font-family:Arial; 
			font-weight:normal;
			background-color:#6b92d0;
			}
