#wizard
{
	margin:-10px 0 0 -65px;
}


ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
height:100px;
width:1000px;
}

#navlist li
{
display:inline;
list-style-type: none;
}

#navlist a {  margin-right:-80px;}

#navlist a:link, #navlist a:visited
{
	display:inline-block;
	color:#fff;
	background:url('images/step.png') no-repeat;
	min-height:100px;
	height:75px;
	width:175px;
	text-decoration: none;
    font-size:14px;
    font-weight:bold;
}

.step_number
{
	margin:10px 0 0 45px;
	font-size:18px;
	font-weight:bold;
	
}

.step_details
{
	margin:5px 0 0 60px;
	
}

.long 
{
	font-size:12px !Important;
	margin:7px 0 0 32px;
}

.disabled
{
	cursor:default;
	background:url('images/step_disabled.png') no-repeat !Important;
}

#navlist a:hover, .active
{
	background:url('images/step_selected.png') no-repeat;
}

.active
{
	background:url('images/step_selected.png') no-repeat !Important;
	cursor:default !Important;
}


