#boten ul {padding: 0;margin: 0;}

#boten ul li{
	list-style-type: none;
	width : 248px;
	height : 37px;
	background-image : url(../images/btn_normaal.jpg);
	background-repeat : no-repeat;
	font : 14px/40px Arial, Helvetica, sans-serif;
	text-align : left;
	font-style: italic;
}

#boten a{
	color:#003875;
	display: block;
	font-weight:bold;
	padding-left:48px;
	width:200px;
	height:37px;
	text-decoration:none;
}

#boten a:active { background: url(../images/btn_over.jpg); color:#003875;}
#boten a:hover { background: url(../images/btn_over.jpg); color:#595757;}

