img{ border: 0pt; }

#bottom_div{
width: 800px;
height: 130px;
clear:both;
}

#vista_toolbar {
font:normal 12px 'Trebuchet MS','Arial';
margin:0px;
}

#vista_toolbar ul {

float:left;
line-height:32px;
list-style:none;
margin:0;
padding-left:100px;
background-image:url(back.gif);
background-repeat:no-repeat;
width:100%;
}

#vista_toolbar li {
display:inline;
padding:0;
}

#vista_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;
}
#vista_toolbar a:hover{
background: url(left.png) no-repeat left center;
}
#vista_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#vista_toolbar a:hover span {
background:url(right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:left; /* for help button - just add class "right" ->  <a class="right"... */
}