.menuContainer {
	display:none;
}
.pageCover {
    background: url("https://static.moveon4.com/dublin/images/cdu-logo-opt.jpg") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
    padding-top: 135px;
    background-size: 120px;
}
.loginBar {

    top: 15px;
}
.wizardTitleBar {
    background: #f1f1f1;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    color: #525252;
    margin-top: -10px;
}
.pageCover h1 {
	color: #3E3E3B
}

li.currentLanguage {
    background: none repeat scroll 0 0;
	background-color: rgb(70, 70, 70);
    border-bottom: 4px solid rgb(70, 70, 70);
    color: white;
    padding: 4px 8px;

}
#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: #666;
    display: block;
    text-decoration: none;
}
#languageButtons li a:hover {
    text-decoration: underline;
    color: white;
}