
	#steps {
	
		height: 85px;
		margin: 40px -42px;
		padding: 0px;
		/			
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
				
		-moz-box-shadow: inset 0px 1px 6px 0px #999;
		-webkit-box-shadow: inset 0px 1px 6px 0px #999;
		box-shadow: inset 0px 1px 6px 0px #999;
		
		/*overflow: hidden;*/
		
		border: solid 1px #e5e5e5;
		
		background: url('../images/background.gif'); 

		float: left;
		width: 900px;
	}
	
	.ie6 #steps {
		margin: 40px -20px;
		float: none;
		height: 80px;
		
		background: red;
	}


	#steps ul {
		
		list-style: none;
		position: relative;
		padding: 0px;
		margin: 0px;
		
		background: blue;
				
	}
	
	.ie6 #steps ul {
		white-space: nowrap;
	}
	
		#steps ul li {
			
			float: left;
			position: relative;
			margin-right: -20px;
			
			
		}
		
		.ie6 #steps ul li {
			width: 50px;
		}
		
			#steps ul li a {
				
				display: block;
				
				position: relative;
				
				font-family: 'RobotoBoldCondensed';
				font-size: 16px;
				color: #333;
				text-decoration: none;
				
				line-height: 17px;
				
				padding: 16px 18px;
				padding-right: 24px;
				padding-left: 27px;
				
				height: 52px;	
				
				background: url('../images/steps-bg-normal.png') no-repeat top right;	
			}
			
			.ie6 #steps ul li a { 
				padding-bottom: 9px;
				height: 51px;
				line-height: 18px;
			}
			
			#steps ul li a:hover {
				
				color: #0077ba;
				background: url('../images/steps-bg-hover.png') no-repeat top right;
	
			}

			#steps ul li.active a {
			
				-moz-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255,0.4);
				-webkit-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255,0.4);
				box-shadow: inset 1px 1px 3px 0px rgba(255,255,255,0.4);
							
				background: url('../images/steps-bg-active.png') no-repeat top right;
							
				color: #fff;
				
			}
			
			#steps ul li.first a {
				-webkit-border-top-left-radius: 15px;
				-webkit-border-bottom-left-radius: 15px;
				-moz-border-radius-topleft: 15px;
				-moz-border-radius-bottomleft: 15px;
				border-top-left-radius: 15px;
				border-bottom-left-radius: 15px;
				padding-left: 15px;			
			}
			
			#steps ul li.last {
				position: absolute;
				right: 0px;
				margin-right: 1px;
			}
			
			.ie6 #steps ul li.last {
				left: -126px;
				margin-right: 1px;
			}
			
			#steps ul li.last a {
				-webkit-border-top-right-radius: 15px;
				-webkit-border-bottom-right-radius: 15px;
				-moz-border-radius-topright: 15px;
				-moz-border-radius-bottomright: 15px;
				border-top-right-radius: 15px;
				border-bottom-right-radius: 15px;
				
				background-position: 0px 0px;
				padding-right: 20px;
				padding-left: 150px;
			}
			
					
				#steps ul li a span {
					display: block;
					
					font-family: 'GudeaRegular';
					font-size: 10px;
					line-height: 18px;
					color: #333;
					
					margin-top: 5px;					
				}
				
				#steps ul li.active a span {
					color: #fff;
				}
				
	#steps ul li .tooltip {
	
		display: none;
		
		position: absolute;
		
		bottom: -100px;
		left: 0px;
		
		width: 250px;
		padding: 10px 15px;
		
		background: rgb(76,76,76); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(43,43,43,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(43,43,43,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(43,43,43,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-8 */
				
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;

		color: white;
		
		-moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0,0.1);
		-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0,0.1);
		box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0,0.1);
	}	
	
	#steps ul li.last .tooltip {
		left: 29px;
	}
	
		#steps ul li .tooltip h4{
			color: white;
			font-family: 'RobotoBoldCondensed';
			font-size: 1.2em;
			
			margin: 0px;
			padding: 0px;
		}
		
		#steps ul li .tooltip p{
			margin-bottom: 0px;
			margin-top: 5px;
			line-height: 19px;
		}
			
		#steps ul li .tooltip .tip{
			position: absolute;
			top: -30px;
			left: 0px;
			
			display: block;
			height: 30px;
			width: 100px;
			background: url('../images/tooltip_arrow.png') center bottom no-repeat;
			
		}	
		
		#steps ul li.last .tooltip .tip{
			left: 90px;
		}
				
				
				