.SpeedBar {
	background: #18477E;
	height: 33px;
	margin-bottom: 5px;
}

.SpeedBarItem {
	padding-left: 10px;
	padding-right: 55px;
}

A.SpeedBarLinks:link,
A.SpeedBarLinks:visited,
A.SpeedBarLinks:active,
A.SpeedBarLinks:hover {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	COLOR: #88B6DD;
	TEXT-DECORATION: none;
	text-transform: uppercase;
	background: url('./images/speedbar.gif') no-repeat;
	padding-left: 10px;
	background-position: 0 -50px;
}
A.SpeedBarLinks:hover {
	COLOR: #FFFFFF;
	background-position: 0 0;
}