ul#navlist {
  margin-left:0;
  padding-left:0;
  white-space:nowrap;
  height:30px;
}

#navlist li {
  display:inline;
  list-style-type:none;
}

#navlist a {
  line-height:30px;
  height:30px;
  padding-right:5px;
  padding-left:5px;
}

#navlist a:link, #navlist a:visited {
  color:#fff;
  background-color:#e20702;
  text-decoration:none;
}

#navlist a:hover {
  color:#fff;
  text-decoration:underline;
}

/* SELECTED
********************************************************************************/

/* Text samen met block selected styles, niveau 1
********************************************************************************/

ul#navlist li#active a {
	font-weight:bold;
	color:#fff;
}

ul#navlist li#active a#currentlast {
	font-weight:bold;
	color:#015A97;
	border-bottom-style:none;
}