/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#flyout {
	left:-5px;
	float:left;
	padding:0;
	margin:3px 0 0 0;
	list-style:none;
	position:relative;
	width:130px;
}
#flyout ul {
	padding:0;
	margin:0;
	list-style:none;
	width:154px;
	height:auto;
	background: url(trans.gif);
	position:absolute;
	left:-9999px;
	top:0;
}
#flyout table {
	border-collapse:collapse;
	width:0;
	height:0;
	margin:-1px -10px;
}
#flyout li {
	float:left;
	border-bottom:2px solid white;
}
#flyout li a {
	display:block;
	float:left;
	width:154px;
	height:32px;
	background:#feff02;
	color:#000;
	line-height:32px;
	font-size:11px;
	text-decoration:none;
	text-indent:5px;
}
#flyout li a.fly {
	background:#feff02 url(right-arrow.gif) no-repeat right center;
}
#flyout ul ul ul li {
	width:330px;
}
#flyout ul ul ul li a {
	width:330px;
}
#flyout .breed350 {
	width:350px;
}
#flyout .breed200 {
	width:618px;
}
#flyout .breed250 {
	width:250px;
}
#flyout .breed400 {
	width:400px;
}
#flyout li:hover {
	position:relative;
}
#flyout li a:hover {
	position:relative;
	background-color:#fefebc;
	color:#000;
}
#flyout li:hover > a {
	background-color:#fefebc;
	color:#000;
}
#flyout ul li a {
	background-image: url(../afbeeldingen/ag_geel.png);
}
#flyout ul li a.fly {
	background:#feff02 url(right-arrow.gif) no-repeat right center;
}
#flyout ul ul li a {
	background:#feff02;
}
#flyout ul ul li a.fly {
	background:#feff02 url(right-arrow.gif) no-repeat right center;
}
#flyout ul ul ul li a {
	background:#feff02;
}
#flyout li a.current, #flyout ul li a.current, #flyout ul ul li a.current, #flyout ul ul ul li a.current {
	background-color:#feff02;
	color:#000;
}
#flyout :hover ul, #flyout :hover ul :hover ul, #flyout :hover ul :hover ul :hover ul {
	left:154px;
}
#flyout :hover ul ul, #flyout :hover ul :hover ul ul {
	left:-9999px;
}
#flyout ul li:hover > a {
	background-color:#fefebc;
	color:#000;
}
#flyout ul ul li:hover > a {
	background-color:#fefebc;
	color:#000;
}

