#leftbar img {
	position: absolute;
	z-index: 1;
	left: 13px;
	height: 45px;
	width: 100px;
}
#leftbar img.command1 {
	top: 158px;
}
#leftbar img.command2 {
	top: 238px;
}
#leftbar img.command3 {
	top: 318px;
}
#leftbar img.command4 {
	top: 398px;
}
#leftbar img.command5 {
	top: 478px;
}
#leftbar a {
	text-decoration: none;
	outline: none;
}
#leftbar a:hover {
	text-decoration: none;
}
#leftbar span {
	position: absolute;
	z-index: 5;
	left: 22px;
	width: 80px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
}
#leftbar span.command1 {
	top: 164px;
}
#leftbar span.command2 {
	top: 244px;
}
#leftbar span.command3 {
	top: 324px;
}
#leftbar span.command4 {
	top: 404px;
}
#leftbar span.command5 {
	top: 484px;
}
