#tab-bar {
	height:34px;
	margin-top:15px;
}

#navigation {
	padding-left:0px;
	margin:0px;
}

#navigation a.selected {
	background: url("../img/tab-left-selected.png") left top no-repeat;
	color: #5c6597;
}

#navigation a.selected .step-number {
	color: #ffcb59;	
}

#navigation span.selected {
	background: url("../img/tab-right-selected.png") right top no-repeat;
}
#navigation a.default {
	background: url("../img/tab-left.png") left top no-repeat;
	color: #fff;
}
#navigation span.default {
	background: url("../img/tab-right.png") right top no-repeat;
}

#navigation a {
	background: transparent left top no-repeat;
	text-decoration: none;
	padding-left: 5px;
	font-size: 11px;
	font-weight:bold;
	height:34px;
}

#navigation a span {
	background: transparent;
	padding-top:2px;
	height:34px;
}

#navigation a, #navigation a span {
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none;
}
/* End hide */

#navigation a.default:hover {
	color: #ffcb59;
	background: url("../img/tab-left-hover.png") left top no-repeat;
	font-weight:bold;
}

#navigation a.default:hover span {
	background: url("../img/tab-right.png") right top no-repeat;
	padding-right: 5px;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	float: left;
	list-style: none;
	height:34px;
	width:99px;
	text-align:left;
	margin-right:1px;
} 

.step-number {
	float:left;
	width:21px;
	height:22px;
	padding-top:5px;
	padding-left:7px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}

.step-text{
	float:left;
	width:60px;
	height:28px;
	cursor:pointer;
	cursor:hand;
}
