#masthead-banner {
    overflow : hidden;
    background : #353535 url(/global/images/masthead-mountains.jpg) no-repeat right top;
}
#masthead-title img {
    position : absolute;
    top : 15px;
    left : 80px;
    z-index : 100;
}

#search-wrapper {
    display : block !important;
}
#search-select ul.search-selections li {
    width : 44%;
    float : left;
    display : inline;
    margin : 0 0 0 0;
    padding : 0;
    background : transparent;
}

.home #masthead-navbar li.home a,
.search #masthead-navbar li.search a,
.browse #masthead-navbar li.browse a,
.translate #masthead-navbar li.translate a,
.hierarchies #masthead-navbar li.hierarchies a,
.projects #masthead-navbar li.projects a,
.biblio #masthead-navbar li.biblio a,
.help #masthead-navbar li.help a {
    color : #CE570F;
    background : #fff url(/global/images/button3-L.jpg) no-repeat left top;
    padding-left : 20px;
}

/* To set the font color in the selected tab as it wasn't working as on the portal pages */
.home #masthead-navbar li.home a b,
.search #masthead-navbar li.search a b,
.browse #masthead-navbar li.browse a b,
.translate #masthead-navbar li.translate a b,
.hierarchies #masthead-navbar li.hierarchies a b,
.projects #masthead-navbar li.projects a b,
.biblio #masthead-navbar li.biblio a b,
.help #masthead-navbar li.help a b {
    color : #CE570F;
    background : #fff url(/global/images/button3-R.jpg) no-repeat right top;
    padding-top : 4px;
}

.home #masthead-navbar li.home a:hover,
.search #masthead-navbar li.search a:hover,
.browse #masthead-navbar li.browse a:hover,
.translate #masthead-navbar li.translate a:hover,
.hierarchies #masthead-navbar li.hierarchies a:hover,
.projects #masthead-navbar li.projects a:hover,
.biblio #masthead-navbar li.biblio a:hover,
.help #masthead-navbar li.help a:hover {
    text-decoration : none;
    background : #fff url(/global/images/button3-L.jpg) no-repeat left top;
}

/* To set the font color in the selected tab as it wasn't working as on the portal pages */
.home #masthead-navbar li.home a:hover b,
.search #masthead-navbar li.search a:hover b,
.browse #masthead-navbar li.browse a:hover b,
.translate #masthead-navbar li.translate a:hover b,
.hierarchies #masthead-navbar li.hierarchies a:hover b,
.projects #masthead-navbar li.projects a:hover b,
.biblio #masthead-navbar li.biblio a:hover b,
.help #masthead-navbar li.help a:hover b {
    color : #00c;
    text-decoration : underline;
    background : #fff url(/global/images/button3-R.jpg) no-repeat right top;
}


