/*
div[id=subMenu], div[id=subSubMenu], div[id=collectionMenu] {
	position: fixed !important;
}
*/

#subMenu {
	position: fixed;
	top: 0px;
	z-index: 997;
}

#subSubMenu {
	position: fixed;
	top: 25px;
	z-index: 998;
}

#collectionMenu {
	position: fixed;
	top: 10px;
	height: 120px;
	z-index: 999;
}

#printButton {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 1000;
}

#backLinkLeft {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 1001;
}

#collectionMenu div {
	/*background-color: #efefef;*/
}