/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */
#header #nav-top {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	left: 10px;
	top: 164px;
	*top: 155px;
        _top: 155px;
	position: absolute;
}

#header #language {
	width: 80px;
	margin: auto;
	text-align: left;
	top: 164px !important;
	top: 156px;
	right: 160px;
	position: absolute;
}

#header #language a {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 4px !important;
	line-height: 30px;
	height: 30px;
}

#nav-top ul {
	margin: 0;
	padding: 0;
}

#header #nav-top li {
	margin: 0;
	margin-right: 4px;
	padding: 0;
	display: inline;
	list-style: none;
}

#header #nav-top li a {
	background: url(../img/bg-nav.gif) repeat-x bottom;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 7px;
	color: #434343;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 4px;
	*line-height: 30px;
	_line-height: 30px;
	height: 30px;


}

#header #nav-top li a:hover {
	background: url(../img/bg-nav-over.gif) repeat-x bottom;
	color: #D3181F;
}

#header #nav-top a.active,  #header #nav-top a.active:hover{
	background: url(../img/bg-nav-active.gif) repeat-x bottom;
	color: #D3181F;
}

/* - - Navigatie linkerkant - - */
#nav-left {
	background: url(../img/bg-nav-left.gif) no-repeat left top;
	display: block;
	top: -38px;
	left: 0;
	position: relative;
	padding-top: 50px;
}

#nav-left ul {
	margin: 0;
	margin-left: 18px;
	padding: 0;
}

#nav-left li {
	padding-bottom: 3px;
	list-style: none;
}

#nav-left a {
	color: #1A171B;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
}

#nav-left a:hover, #nav-left .active {
	color: #D3181F;
}

#nav-left ul ul {
	margin-left: 8px;
	margin-bottom: 4px;
}

#nav-left ul ul ul a {
	padding-left: 10px;
	background: url(../img/nav-bullit.gif) no-repeat left;
font-weight: normal;
}

#nav-left ul ul ul .active {
	background: url(../img/nav-bullit.gif) no-repeat left;
	color: #D3181F;
}

/* - - Navigatie breadcrumb - - */
#bread {
	margin-left: 20px;
	margin-top: 10px;
	display: none;
	color: #1A171B;
	font-size: 10px;
}

#bread a {
	padding-right: 4px;
	color: #1A171B;
}

#bread #last a{
	color: #D3181F;
}

