@charset "utf-8";
/* CSS Document */

.nav a:hover {
	background-color: #666666;
	color: #FFF;
}

.logo:hover {
	opacity: 1.0;
}
.nav li {
	background: none;
	display: inline-block;
	float: right;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.nav a {
	font-family: PTSansBold;
	text-decoration: none;
	display: inline-block;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px solid white;
	-webkit-transition: all .25s ease-in-out 0s;
	-moz-transition: all .25s ease-in-out 0s;
	-ms-transition: all .25s ease-in-out 0s;
	-o-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
	border-radius: 3px;
	color: #999;
	font-size: 18px;
	font-weight: normal;
}
.nav {
	text-align: right;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	list-style-type: none;
}
