/* Make #samplemenu and #relativepos elements actually stick by targeting their "sticky" class */

#logoheader-clone.sticky{
	position: fixed !important;
	top: 0px !important;
	z-index: 50;
	background-color: #ffffff;
}

#mainmenu.sticky{ /* give all styles an !important suffix */
	position: fixed !important;
	top: 72px !important;
}

