/* RVD NAVIGATIE - CSS MENU'S [AC][2007] HGO-COMMUNICATIE */

#navlist
{
	padding-left: 24px;
	margin-left: 0;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	/*padding-top: 16px;*/
	padding-bottom: 16px;
	font-size: 90%;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}

#navlist li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#navlist li a:hover {
	text-decoration: none;
	color: #FFE812;
}
#navlist #active #current {
	font-weight: bold;
	color: #FFFF00;
}
.nav-selected a {
	font-weight: bold;
	color: #FFFF00;
}
.nav-selected a:link {
	font-weight: bold;
	color: #FFFF00;
}

