#title {
    position: fixed;
    width: 101%;
    height: 36px;
    top: 0;
    background-color: #009900;
    color: #FFFFFF;
    padding: 6px;
    z-index: 200;
}

#title-profile {
    text-align: right;
}

#title-profile .title-menu {
    padding-right: 25px;
}

.title-label:hover, .title-menu div:hover {
    background-color: #008000;
    cursor: default;
}

.title-menu div:hover, #menu-home:hover {
    cursor: pointer;
}

.title-label {
    padding: 0 10px;
}

.title-menu {
    position: absolute;
    background-color: #009900;
    padding: 10px;
    width: 100%;
}

.title-menu div {
    padding-right: 10px;
}
