
.sf-menu li, .sf-menu li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	
}

.sf-menu li { /* all list items */
	float: left;
	background:transparent; 
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 39px;
	position: relative;
	border-width: 1px;
	border-style: none solid solid;
	border-color: transparent;

	border-left-color: #DDD;
}

.sf-menu li:first-child{
	border-left-color:transparent;	
}

.sf-menu li a {
	display: block;
	padding-left:5px;
	padding-right:5px;
	padding-top:13px;
	padding-bottom:13px;
	text-decoration:none;
	color:#567276;
	margin:0;
	height:14px;
	clear:both;
	line-height: 14px;
	outline: none;
	font-size:13px;
	font-weight:bold;
	white-space: nowrap;
}
.sf-menu li a:hover{
	color: #DE116C;
}

.sf-menu li.parent{
	height: 40px;
	border-bottom-style: none;
}

.sf-menu li.parent > a{
	background:	url('/img/arrow_menu1.png') no-repeat right center;
	margin-right: 5px;
	padding-right: 19px;

}

.sf-menu li ul li{
	width: 200px;
	border: none;
	height: auto;	
	border-top:1px solid #ddd;
}

.sf-menu li ul li:first-child{
	border-top:none;
}

.sf-menu li ul li a{
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 3px;
		color:#567276;
		font-size:11px;
		font-weight: normal;
}

.sf-menu li ul { /* second-level lists */
	margin:0;
	position: absolute;
	border: 1px solid #A8D6EF;
	border-top: none;
	width: 200px;
	background-color: #FFFFFF;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
.sf-menu li:hover, .sf-menu li.sfhover{
	background-color:#FFFFFF; 
	border-color: #a2cde1;
	text-decoration:none;
}

.sf-menu li li:hover, .sf-menu li li.sfhover{
	border-style: solid none none;
	border-color: #ddd;
}

.sf-menu li:hover ul, .sf-menu li.sfhover ul{ /* lists nested under hovered list items */
	left: -1px;
}
/*call 8772 - WK button*/
ul.sf-menu li.oranje {
	background-color:#F60;
	color:#FFF;
}
.sf-menu li.oranje a, .sf-menu li.oranje a:hover {
	color:#FFF;
	font-weight: bold;
}
/*einde call 8772 - WK button*/

*/
