.style1 {
	color: #999999;
	font-size: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu{
	width: 190;
	background-color: #003366;
}

a:link.menulink, a:visited.menulink{
margin-left: 10px; 
display: block;
	width: 145;
	padding: 3 3 3 16;
  border-bottom: 1px solid #006699;
  color: white;
  text-decoration: none;
  background-image: url(images/pijl1.jpg);
  background-repeat: no-repeat;
  background-position: left;
}
a:hover.menulink{
	color: yellow;
	  background-image: url(images/pijl2.jpg);
  background-repeat: no-repeat;
}

.menuhead{
margin-left: 0px; 
display: block;
	width: 160;
	padding: 3px;
  color: white;
  font-weight: bolder;
  text-decoration: none;
}
