/* 
	------------------------------------
	Styling voor dropdown menu
	Kleuren worden gezet in dropdown_color.csss
	------------------------------------
*/


#menuwrapper {
	border-top: 1px solid #9EBBB6;
	border-bottom: 1px solid #ffffff;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#p7menubar a {
	display: block;
	text-decoration: none;
}

#p7menubar li {
	float: left;
	text-align: center;
	background-image: url(/images/bg_header_navig.gif);
	background-repeat: no-repeat;
/*	width: 9em; */
}
#p7menubar li ul li {
	float: none;
	background-image: none;
	min-width: 11em;
	text-align: left;
/*	width: 9em; */
}
#p7menubar li ul, #p7menubar ul li  {
/*	width: 9em; */
}
#p7menubar ul li a, #p7menubar ul li p  {
	border-right: 0;
}
#p7menubar li ul {
	position: absolute;
/*	top: 140px; */ 
	display: none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #A7A7BA;

}
#p7menubar li a, #p7menubar li.kopje {
	padding: 3px 12px 3px 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.0em;
	padding-right: 20px;
/*	font-variant: small-caps; */
}
#p7menubar li.kopje {
	color: #000000;
}
#p7menubar li a.current, #p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	background-color: #A7A7BA;
	background-image: url(/images/bg_header_navig_hover.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#p7menubar li:hover li a {
	background-image: none !important;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	background-color: transparent;
	padding: 3px 12px 3px 4px;
}

#p7menubar ul a:hover {
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {
	width: auto;
}
