@charset "iso-8859-1";

/*******************************************************************************
*  navv.css : Oct 18th 2005 : De Cock Design
* ------------------------------------------------------------------------------
*  responsible for the vertical navvigation elements
*******************************************************************************/

.navv ul, .navv ul li
{
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	list-style-type: none;
	display: block;
}

.navv ul
{
	
}

/* Lijn onder 1e niveau list items */
.navv ul li
{
	border-bottom: 1px solid #FFFFFF;
}

/* GEEN Lijn onder 2e niveau list items */
.navv ul li ul li
{
	border-bottom: 0px solid #FFFFFF;
	border-top: 1px solid #CCCCCC;
}

.navv ul li a
{
	display: block;
}

/* Tekstafstand voor 1e niveau links */
.navv ul li a
{
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}

/* Tekstafstand voor 2e niveau links */
.navv ul li ul li a
{
	font-size: 10px;
	font-weight: normal;
	padding: 2px 10px 2px 20px;
}

* html .navv ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 1%;
}

* html .navv ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

.navv a:link, .navv a:visited, .navv a:active
{
	color: #333333;
	text-decoration: none;
	background-color: none;
}

.navv a:hover
 { color: #000000; text-decoration: underline; background-color: #f90 }

/******************************************************************************/