
ul.steps {
	padding: 0;
	margin: 20px 0;
	list-style-type: none;

	width: 850px;
	overflow: hidden;
	position: relative;
	height: 40px;
	background: url(../images/Cora/steps.png) left -240px repeat-x;
	border-left: 1px solid #3e7bbc;
	border-right: 1px solid #ccc;
	
}

ul.steps li {
	padding: 0 0 0 8px;
	margin: 0;
	list-style: none;
	
	position: relative;
	float: left;
	background: url(../images/Cora/steps.png) left 0px no-repeat;

	height: 40px;

	width: 100px;

	line-height: 2.8em;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, helvetica, sans-serif;
	text-align: center;
/*	margin-bottom: 1em;*/

	overflow:hidden;
}

ul.steps li span {
	margin: 0 5px 0 10px;
}

ul.steps li a,
ul.steps li {
	color: #fff;
	text-shadow: #2f7acc 1px 1px 1px;
	filter: Shadow(Color=#2f7acc, 	
				Direction=135, 
				Strength=1);
	
}

ul.steps li.next,
ul.steps li.empty {
	color: #999;
	text-shadow: #fff 1px 1px 1px;
	filter: Shadow(Color=#ffffff, 	
				Direction=135, 
				Strength=1);
	
}

ul.steps li.empty {
    background-position: left 0px;
}



ul.steps li.prev {
	background-position: left -120px;
}

ul.steps li.start {
    background-position: left -160px;
}

ul.steps li.next {
    background-position: left -40px;
}

ul.steps li.start-current {
    background-position: left -200px;	
}

ul.steps li.current {
	background-position: left -80px;
}


ul.steps li.done {
    background-position: left 0px;	
}

ul.steps li.done-current {
    background-position: left -40px;
}


