#toolbar {
font:normal 11px 'Trebuchet MS','Arial';
margin:0;
padding:0;
width:100%;
height:30px;
background-image:url(../img/toolbar/back.gif);
background-repeat:repeat-x;
white-space:nowrap;
overflow:hidden;
}

#toolbar ul {
float:left;
line-height:30px;
list-style:none;
padding:0 5px 0 5px;
margin:0 auto;
height:30px;
}

#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 6px 0 7px;
}

#toolbar a span img {
margin:6px 4px 0 0;
border: 1px solid #fff;
}

#toolbar a:hover span img {
border: 1px solid #000;
}

/* show picture when mouse over link */
#toolbar a:hover{
background: url(../img/toolbar/left.png) no-repeat left center;
}

#toolbar a:hover span {
background:url(../img/toolbar/right.png) no-repeat right center;
color: #000;
}

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