

body.how-to-guide-content #topNavigation ul.level1 li{
		visibility:hidden;
	}	

body.how-to-guide-content #topNavigation ul.level1 li.first{
		visibility:visible;
	}



.how-to-guide-content h1{
	display:none !important;
}

.how-to-guide-content .btnPrint {
    position: absolute;
    top:0px  !important;
    left: -70px !important;
    display:inline-block;
    background: #FFF url("/RXUK/common/images/print-icon.png") no-repeat scroll right top;
    width: 30px !important;
    height:30px !important;
}

.how-to-guide-content .btnPrint::after{
	padding-top:30px;
	display: block;
	content: "Print";
	font-size: 11px !important;
	color:#000 !important;
	text-align: center;
	font-weight: bold;
}