.menuContainer {
	display:none;
}
.pageCover {
    background: url("https://static.moveonca.com/pucpr/images/PUCPR_horizontal.jpg") no-repeat scroll 0px 20px #fff;
       padding-top: 100px;
    background-size: 20%;
}
.loginBar {

    top: 15px;
}
.wizardTitleBar {
    background: #8A0538;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
	color: #939598;
}
.pageCover h1 {
	color: #414042
}

li.currentLanguage {
    background: none repeat scroll 0 0 #939598;
    border-bottom: 4px solid #EEEEEE;
    color: white;
    padding: 4px 8px;
}

/* Newly added class*/

li.currentLanguage {
    background: none repeat scroll 0 0 #939598;
    border-bottom: 4px solid #8A0538;
    color: white;
    padding: 4px 8px;
}