
header {
    font-size: 14px;
    height: 55px;
    position: relative;
    z-index: 1001;
}
header h1, header nav, header nav > ul, header nav > ul > li, header .dropdown {
    display: inline-block;
}
header > * {
    height: 100%;
    padding: 10px;
}
header h1, header nav.primary {
    float: left;
}
header a, header a:hover {
    text-decoration: none;
}
header img.logo {
    height: 30px;
    margin-top: -2px;
    vertical-align: middle;
    width: 30px;
}
header h1 {
    margin: 0;
    padding-top: 15px;
}
header h1 a {
    color: #000000;
}


#mapset-title {
    margin-left:10px;
    font-size: 12px;
}

#mapset-login {
    margin-right:5px;
    font-size: 12px;
    float: right;
}

#mapset-switcher select {
    width: 200px;
    color: #000000;
    height:24px;
    font-size:12px;
}

#mapset-switcher {
    float:left;
}

