﻿header nav h3{
	position: absolute;
	top:0;right:0;
	display: block; font-size: 0.8em;
	text-align: center; vertical-align: middle;
	background-color: #000;
	width: 200px; height: 30px; line-height: 30px;
	border-radius: 0 0 0 8px / 0 0 0 8px;
	-webkit-transition: 0.2s linear;
}

header nav ul{
	display: inline;
	visibility: hidden; position: absolute;
	top: 0px; left: 0px; background-color: #000;
	opacity: 0.7f; oveflow: hidden;
	width: 100%; height: 0px;
	-webkit-transition: 0.2s linear;
}

header:hover nav:hover h3{
	top: 80px;
}
