img{
border: 0pt;
margin: 0px;
}

#bottom_div{
width: 750px;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

#toolbar {
float:left;
font:normal 12px 'Trebuchet MS', 'Verdana', 'Arial', 'Sans-serif';
margin:0;
padding:0;
}

#toolbar ul {
background-image:url('http://www.emanuelbrasil.org.br/site/topo/back.png');
background-repeat:repeat-x;
float:left;
line-height:32px;
margin:0;
width:750px;
list-style-type:none;
padding:0;
}

#toolbar li {
display:inline;
padding:0;
}

#toolbar a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 2px 0 2px; /* left 2 px because of left.png image */ 
text-decoration:none;
}

#toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

/* show picture when mouse over link */
#toolbar a:hover{
background: url('http://www.emanuelbrasil.org.br/site/topo/button.png') no-repeat center;
font-weight: bold;
}

#toolbar a.right {
float:right; /* for help button - just add class "right" */
}