/* Dit is de stylesheet voor Firefox */

.MenuItem {
	Padding-Top:			0px;
}	

* {padding:0; margin:0}

.dropdown {
	float:					left;
	padding-right:			5px;
}

.dropdown dt {
	width:					110px; 
	Height:					28px;
	font-weight:			bold; 
	cursor:					pointer; 
}

.dropdown dt:hover {
}

.dropdown dd {
	position:				absolute;
	overflow:				hidden;
	width:					110x; 
	display:				none; 
	background:				#fff; 
	z-index:				200; 

}
.BG{
	Background-Image: 		URL('Images/BG.jpg');
	background-repeat:		no-repeat;
}

.Senioren {
	Height:					14px;
	Width:					110px;
	Background-Image: 		URL('Images/Senioren.gif');
	background-repeat: 		no-repeat;
}	

.Junioren {
	Height:					14px;
	Width:					110px;
	Background-Image: 		URL('Images/Junioren.gif');
	background-repeat: 		no-repeat;
}

.Futsal {
	Height:					14px;
	Width:					110px;
	Background-Image: 		URL('Images/Futsal.gif');
	background-repeat: 		no-repeat;
}

.Boven {
	Height:					4px;
	width:					110px;
	Color:					#000000; 
	list-style:				none; 
	border-top:				none;
	Text-Align:				Center;
	Background-Image: 		URL('Images/Boven.gif');
	background-repeat: 		no-repeat;
}

.Midden {
	width:					110px; 
	list-style:				none; 
	border-top:				none;
	Text-Align:				Center;
	Background-Image: 		URL('Images/Midden.gif');
}

.OnderMenu {
	width:					110px; 
	list-style:				none; 
	border-top:				none;
	Text-Align:				Center;
	Background-Image: 		URL('Images/Onder.gif');
	Height:					20px;
}

.dropdown li {
	display:				inline; 
	Text-Align: 			Center;
	Font-Family: 			Arial;
	Font-size:				12px;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:				block; 
	color:					#FFFFFF; 
	Font-Weight: 			bold;
	text-decoration:		none; 
}

.dropdown a:hover {
	Font-Weight: bold;
	color:					#000000;
}


	