.top-bar {
//	position:fixed;
	top:65px;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%; 
	height:33px;
	z-index:5;
	border-bottom:solid #e1e1e1 1px;
}
@media (max-width:820px) {
	.top-bar {
		top:51px;
	}
}

.top-tab,
.top-bar a img {
	width:100%;
	height:100%;
}
