ol {
	padding: 0;
	margin-top: 38px;
	margin-bottom: 50px;
	margin-left: 0px;
	list-style: none;
	width: 100px;
}

ol li {
	text-align: center;
	color: #3366CC;
	padding: 0 5px 0 0;
	border-width: 0 16px 0 0;
	border-style: solid;
	border-color: #010101 #A2A8BF;
	position: relative;
}

ol li.current {
	color: #3366CC;
	padding: 0 5px 0 0;
	border-width: 0 16px 0 0;
	border-style: solid;
	border-right-color: #800000;
	position: relative;
	font-weight: bold;
	font-style: italic;
}

ol li.tgoal::after {
	content: "------>GOAL";
}

ol li:hover {
	background-color: #FFCC00;
	border-right-color: #3366CC;
	font-weight: bold;
	color: #FF0000;
}

ol li:hover::after {
	color: #010101;
	position: absolute;
	top: 0;
	right: 25px;
}

ol::before {
	top: auto;
	bottom: 0;
}

ol::after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	text-align: center;
}