.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
}

.fixed {
position:fixed;
top:0;
margin-top: 20px;
}

.fixed2 {
position:fixed;
top:0;
z-index:1000;
}
