
.head-menu {
	background: #090808;
	float: left;
	padding: 10px 0 0;
	
	width: 100%;
	font-size: 12px;
}

.head-menu a {
	color: #94908B;
	float: right;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 5px;
	padding-bottom: 7px;
	border-bottom: 3px solid #090808;
}

.head-menu a:hover {
	border-bottom: 3px solid #3cb9bd;
	
	text-decoration: none;
}


		