#hornav {
	clear: both;
	display: block;
	height: 30px;
	line-height: 1.0;
	font-family: Century Gothic,"URW Gothic L","Trebuchet MS", sans-serif;
	background-image: url(../images/bg_hoofdmenu.png);
	background-repeat: repeat-x;
	width: 810px;
}

#hornav .moduletable {
	margin: 0;
}

#hornav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.0em;
}

#hornav ul li {
	margin: 0;
	padding: 0;
	height: 30px;
	float: left;
	position: relative;
	z-index: 999999;
}

#hornav ul li a {
	color: #fff;
	height: 30px;
	line-height: 30px;
	display: block;
	border-left: 1px solid #fff;
	padding: 0 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 900;
}

#hornav ul li a:hover {
	text-decoration: none;
	background-image: url(../images/bg_mainmenu_hover.png);
	background-repeat: repeat-x;
}

#hornav ul li ul {
	display: block;
	height: auto;
	width: 284px;
	position: absolute;
	z-index: 99999999;
	left: -999em;
	border-bottom: 2px solid #888;
}

#hornav ul li ul ul {
	margin: -30px 0 0 300px;
}

#hornav ul li li {
	width: 280px;
	border-right: 2px solid #999;
	border-left: 2px solid #888;
	background-color: #EFEEEF;
	border-bottom: 1px solid #ccc;
	z-index: 999999999;
}

#hornav ul li li a {
	text-transform: none;
	display: block;
	background: none;
	border-left: 0px solid #888;
	width: 255px;
	color: #444;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	z-index: 9999999999;
}

#hornav ul li li a:hover {
	background-image: url(../images/bg_submenu_hover.png);
	background-repeat: repeat-x;
	color: #000000;
}

#hornav ul li ul {
	left: -999em;
}

#hornav ul li:hover ul ul,#hornav ul li:hover ul ul ul {
	left: -999em;
}

#hornav ul li:hover ul,#hornav ul li li:hover ul,#hornav ul li li li:hover ul
	{
	left: auto;
}

#hornav #current,#hornav .active {
	background-image: url(../images/bg_mainmenu_active_orange.png);
	background-repeat: repeat-x;
}

#hornav ul li li.active a {
	color: #fff;
}

#hornav ul li li.active a:hover {
	color: #EF7600;
}
#hornav span {
float:left;
}
#hornav img {
float:right;
}
 /* ################# breadcrumbs ################ */
#breadcrumbs {
	display: block;
	color: #75858A;
	background-color: #eee;
	margin: 0px;
	background-image: url(../images/bg_submenu.png);
	background-repeat: repeat-x;
	padding-left: 5px;
	font-size: 0.9em;
	line-height: 30px;
	height: 30px;
	border-top: 1px solid #fff;
	margin-bottom: 3px;
}

#breadcrumbs p {
	line-height: 30px;
}

#breadcrumbs a {
	text-transform: none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
	text-decoration: underline;
	color: #75858A;
	border: 1px solid #eee;
}

#breadcrumbs span {
	padding: 7px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus
	{
	background: #75858A;
	color: #fff;
	text-decoration: none;
	border: 1px solid #75858A;
}
