img{ border: 0pt; }

#bottom_div{
width: 520px;
height: 150px;
background-color: #0757AC;
clear:both;
}
#toolbar {
float:left;
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0;
}
#toolbar  ul {
	background-image:url(werkbalk%20hh%20versie%201.png);
	background-repeat:repeat-x;
	float:left;
	line-height:32px;
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
	width:720px;
}
#toolbar  li {
display:inline;
padding:0;
}
#toolbar  a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}
#toolbar  a  span {
display:block;
float:none;
padding:0 10px 0 7px;
}
#toolbar  a  span  img {
border:none;
margin:8px 4px 0 0;
}
#toolbar /* show picture when mouse over link */
 a:hover{
	background-image: url(left1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#toolbar  a:hover  span {
	background-image: url(right1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#toolbar  a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

