
#stages {
	margin-bottom: 17px;
}
	#stages h3 {
		float: left;
		xbackground-color: #e9e9e9;
		margin: 0 0 10px 0;
		text-transform: uppercase;
		font-size: 0.9em;
		vertical-align: middle;
	}
	#stages h3 {
		background-color: #EFEFEF;
		color: #8F8F8F;
		float: left;
		font-size: 0.9em;
		margin: 0;
		padding: 8px 12px;
		text-transform: uppercase;
		vertical-align: middle;
		width: 733px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
	}
	#stages ol {
		float: left;
		clear: left;
		list-style-type: none;
		background-color: #e9e9e9;
		width: 100%;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
	}
		#stages li {
			float: left;
			padding: 0 0 0 15px;
			margin-left: 2px;
			background: url(/images/arrow_right.gif) no-repeat left 11px;
		}
			#stages li.first {
				padding: 0;
				margin-left: 0px;
				background: none;
			}
			#stages li .box {
				display: block;
				padding: 8px 12px;
			}
			#stages li.notdone {
				color: #818181;
			}
			#stages li.current a {
				background-color: #fff;
			}
			#stages img {
				vertical-align: middle;
			}
