/* -------------------
	Navigation 
--------------------*/

.nav {
	font-size: 115%;
	float: right;
	position: relative;
	right: 25px;
	height: 30px;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav a, .nav a:link, .nav a:visited {
	margin-top: 6px;
	display: block;
	float: left;
	width: 140px;
	height: 20px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #f24011;
}

.nav a:hover {
	color: #000;
	background-color: transparent;
	border-bottom: 0px solid #000;
	text-decoration: underline;
}

.current {
	font-weight: bold;
}