/* CSS - Nav User */

.user {
	position: absolute;
	right: 19px;
	top: 4px; /* Affects body height */
}

.user a {
	padding-right: 12px;
	padding-left: 12px;
	padding-top:5px;
	display: block;
	line-height: 50px;
	text-decoration: none;
	text-shadow:1px 1px 1px #000;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}

.user li {
	list-style-type: none;
	float: left;
}

