.ProfileOptions div > .Options,
.ProfileOptions a > .Options {
    float: right;
    position: relative;
    cursor: pointer;
}
.ProfileOptions div > .Options div.arrow-up,
.ProfileOptions a > .Options div.arrow-up {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}
.ProfileOptions > div,
.ProfileOptions > a {
    display: table;
    margin: 0 0 0 auto;
    width: 70%;
}
.ProfileOptions {
    border: 0;
}
.ProfileOptions div.arrow-up {
    border-bottom: 5px solid #ccc;
    left: 40%;
    display: none;

}
.ProfileOptions div > .Options .arrow-up,
.ProfileOptions a > .Options .arrow-up {
    display: none;
}
.ProfileOptions div > .Options:hover,
.ProfileOptions a > .Options:hover {
    background-color: #e0e0e0;
    color:#666;
}
.ProfileOptions div > .Options:hover .arrow-up,
.ProfileOptions a > .Options:hover .arrow-up {
    border-bottom: 5px solid #fff;
    display: block;
    bottom: -1px;
    display: none;

}
.ProfileOptions div > .Options.Selected,
.ProfileOptions a > .Options.Selected {
    background-color: #daa520;
    color: #ffffff;
}

.ProfileOptions div > .Options.Selected .arrow-up,
.ProfileOptions a > .Options.Selected .arrow-up {
    border-bottom: 5px solid #fff;
    bottom: -1px;
    display: none;
}