/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */


/* - - Navigatie linkerkant - - */
#nav-left {
	margin-top: 30px;
}

#nav-left ul, #nav-team ul {
	border-top: 2px solid #FFFFFF;
	padding: 0;
	margin: 0;
	width: 100%;
}

#nav-left li, #nav-team li {
	border-bottom: 2px solid #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-left a, #nav-team a {
	background: #99FFFF;
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto !important;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav-left a:hover, #nav-team a {
	background: #CCFFFF;
}

#nav-team a {
	font-size: 12px;
	color: #000066;
	padding-left: 0;
	text-align: center;
}

#nav-team a:hover {
	background: #99FFFF;
}

#nav-left a#active {
	background: #99FFFF url(../images/foot.png) no-repeat right; 
}

a#c261 {
	line-height: 0;
	height: 0;
	display: none;
}





