/* !Subnavigation links */
.sub-navigation {
	font-size: 12px;
	float: none;
	margin: 8px 0 5px;
	padding: 0;
	list-style: none;
	white-space: nowrap;

	li {
		display: inline;
		margin: 0;
		padding: 0;
	}

	a {
		line-height: 2;
		padding: 0.2em;
		text-decoration: none;

		&:hover {
			color: rgb(213,78,33);
		}

		&.current {
			font-weight: bold;
			color: black;
			border: medium none;
			background: none;
		}
	}
}
