#navigation {
	font-size: 14px;
	color: #fff;
	width: 595px;
	height: 35px;
	float: right;
	padding: 48px 0 0 0;
}

*:first-child+html #navigation {
	padding-top: 62px;
}

	*:first-child+html #navigation li:hover {
		border-bottom: 3px solid #ff8400;
	}
	
	*:first-child+html #navigation li.active {
		border-bottom: 3px solid #ff8400;
	}
	
	* html #navigation li a:hover {
		color: #ff8400;
	}

#navigation li {
	float: left;
	list-style-type: none;
}

#navigation li a {
	text-decoration: none;
	color: #fff;
	margin: 0 12px 0 12px;
}

	#navigation li a:hover {
		border-bottom: 3px solid #ff8400;
	}
	
	#navigation li a.active {
		border-bottom: 3px solid #ff8400;
	}