img{ border: 0pt; }

#vista_toolbar {
width: 960px; 
margin: 0 auto; 
padding:0 0 20px 0;
line-height:32px; 
height:32px; 
font-family:Arial, Helvetica, sans-serif; 
font-weight:bold; 
font-size:13px; 
color:#716e69;


}

#vista_toolbar dl {
/*background-image:url(back.gif);
background-repeat:repeat-x;*/
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0;
width: 960px;
}

#vista_toolbar dt {
display:inline;
padding:0;
}

#vista_toolbar a {
color:#716e69; /* need because it will use default link color */
float:left;
padding:0 10px 0 7px; /* left 3 px because of left.png image */ 
text-decoration:none;
outline:none;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 20px 0 7px;
outline:none;

}

#vista_toolbar a span img {
border:none;

}

/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url(../images/hover_left.gif) no-repeat left center;
}

#vista_toolbar a.active{
background: url(../images/hover_left.gif) no-repeat left center;
}

#vista_toolbar a:hover span {
background:url(../images/hover_right.gif) no-repeat right center;
color:#dcdbd9;
}
#vista_toolbar a.active span {
background:url(../images/hover_right.gif) no-repeat right center;
color:#dcdbd9;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}


/* active class */
#vista_toolbar div {

float:left;
padding:0 10px 0 7px; /* left 3 px because of left.png image */ 
text-decoration:none;
outline:none;
}

#vista_toolbar div span {
display:block;
float:none;
padding:0 20px 0 7px;
outline:none;
}

#vista_toolbar div span img {
border:none;
margin:8px 0px 0 0;
}
#vista_toolbar div{
background: url(../images/hover_left.gif) no-repeat left center;
}

#vista_toolbar div span {
background:url(../images/hover_right.gif) no-repeat right center;
color:#dcdbd9;
}
#vista_toolbar div.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */

}




