.AssMenuBox {
	display: inline-block; 
	border: solid 1px #b8b8b8;
	border-radius: 3px;
	height: 42px;
}
.AssMenu:hover {
	cursor: pointer;
	cursor: hand;
}
.AssPanel {
	position: absolute;   
	top: 0px; 
	z-index: 1;
	background-color: #477eb5;
	height: 41px;
	transition: 0.4s;
	border-radius: 3px;
	border: solid 1px #173b75;
}
.thumbs:hover {
	cursor: pointer;
	cursor: hand;
}