img{ border: 0pt; }

#toolbar {
	float:left;
	margin-left: 10px;
	margin-bottom: 1px;
	padding:0;
	display:inline;
	background:#ffffff;
	width:850px;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#toolbar ul {
margin-left: 20px;
line-height:32px;

}

#toolbar li {
display:inline;
padding:0;

}

#toolbar a {
 /* need because it will use default link color */
float:left;
color:#000000;
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 0px;
}

/* show picture when mouse over link */
#toolbar a:hover{
background: #990000;
color:#ffffff;
}

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