/*  ----- Created by Emile Blume - 2007 - Netcreators.com ---- */

/* --- navigatie links --- */

#nav-left {
	margin-left: 20px;
}

#nav-left ul, #nav-left li {
	margin: 0;
	padding: 0;
}

#nav-left li {
	list-style: none;
	margin-bottom: 2px;
}

#nav-left a {	
	background: url(../img/bg-nav.png) no-repeat left top !important;
	background: url(../img/bg-nav.gif) no-repeat left top;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 27px;
	height: 27px;
	width: 138px;
}

#nav-left a:hover {
	background: url(../img/bg-nav-on.png) no-repeat left top !important;
	background: url(../img/bg-nav-on.gif) no-repeat left top;
}

#nav-left a.active {
	background: url(../img/bg-nav-on.png) no-repeat left top !important;
	background: url(../img/bg-nav-on.gif) no-repeat left top;
}


#nav-left a.current {
	background: url(../img/bg-nav-on.png) no-repeat left top !important;
	background: url(../img/bg-nav-on.gif) no-repeat left top;
}

#nav-left ul ul {
	background: #FFFFFF;
	margin-top: -2px;
	margin-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 122px;
}

#nav-left ul ul a {
	background: #FFFFFF !important;
	background: #FFFFFF;
	color: #EA6BA5;
	font-size: 14px;
	line-height: normal;
	height: 1%;
	width: auto;
}

#nav-left ul ul a:hover, #nav-left ul ul a.current {
	background: #FFFFFF !important;
	background: #FFFFFF;
	color: #0557AB;
}

/* --- navigatie footer --- */
#footer ul {
	float: left;
	margin: 0;
	margin-top: 204px;
	padding: 0;
	width: 560px;
	margin-left: 24px;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	margin-right: 6px;
	padding-right: 6px;
	font-size: 12px;
}

#footer li a {
	display: inline;
}

#footer li a.last {
	border: none;
}