  #menu2 { 
  	height: auto;
  	width: 200px;
  	margin-left: 0px;
	}
  #menu2 ul {
    margin:0;
   	list-style:none;
	}

  #menu2 li {
  	background:url("graaknapp.jpg") no-repeat left top;
  	margin: 0px;
  	padding-top: 14px;
  	height:40px;
  	width:135px;
  	text-align: center;
  	vertical-align: middle;
  	line-height: 100%;
 	}

  #menu2 a {
  	display:block;
  	width:100%;
  	height:100%;
  	text-decoration:none;
  	color:#000;
  	font-size:12px;
	}
	
  #menu2 a:hover {
	color: rgb(89, 172, 255);
	}
	
  #menu2 #current {
  	background-image:url("yellow_on.gif");
	}
	
  #menu2 #current a {
  	color:#333;
	}