


#navcontainer {
	width: 178px;
}

#navcontainer ul /*deze belang*/
{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}


#navcontainer a,  #navlist a /* for padding text */
{
	display: block;
	width: 158px;
	height: 24px;
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-color: #0073b5;
	margin-left: 0px;
	padding-left: 20px;
}

#navlist a:visited 
{
	text-decoration: none;
}

#navlist a:hover
{
	color: White;
	height: 24px;
	text-decoration: underline;
	background-color: #5F824A;
}

-----------------------------------------------------------
