#profile-menu {
    text-align: right;
    color: #000;
    margin-top: -1px
}

#profile-menu li {
    display: inline;
    z-index: 2;
    color: #ccc
}

#menu #profile-menu li.cart-icon .cart-img {
    background: url(//media.mercola.com/Assets/images/mercola/cart-icon.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-bottom: -2px
}

#menu {
    position: relative
}

#menu #profile-menu li .cart-count {
    color: #fff;
    background: #c00;
    font-weight: 700;
    padding: 0 3px;
    border-radius: 4px;
    position: relative;
    top: -5px;
    left: -2px
}

#menu #profile-menu li.coupon-count .cart-count {
    top: -5px;
    left: -4px;
    margin-right: -4px;
    margin-left: 6px
}

#admin-menu {
    z-index: 5;
    display: none;
    position: absolute;
    top: 40px;
    right: -45px;
    border: 1px solid #adacac;
    background-color: #fff;
    box-shadow: 0 3px 8px #aaa
}

#admin-menu li {
    list-style: none;
    padding: 5px 10px
}

#admin-arrow {
    background-image: url(//media.mercola.com/Assets/images/mercola/admin-arrow.gif);
    width: 13px;
    height: 7px;
    margin: -7px 0 0 47px
}

.accountname {
    margin-bottom: 6px;
    position: relative;
    text-align: right;
    height: 18px
}

div.accountname span {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    overflow: hidden;
	padding-top: 3px;
}

div.accountname .sidr-class-Premier,
div.accountname span.Premier {
    background: url(//media.mercola.com/assets/images/mercola/customer_premier.png) right center no-repeat;
    width: 84px;
    padding-top: 0px !important;
    background-size: 100%;
    float: right
}

div.accountname .sidr-class-Wholesale,
div.accountname span.Wholesale {
    background: url(//media.mercola.com/assets/images/mercola/customer_wholesale.png) right center no-repeat;
    width: 100px;
    background-size: 100%;
    float: right
}

div.accountname .sidr-class-Retail,
div.accountname span.Retail {
    background: url(//media.mercola.com/assets/images/mercola/customer_mymercola.png) right center no-repeat;
    width: 74px;
    background-size: 100%;
    float: right
}

div.accountname .sidr-class-Preferred,
div.accountname span.Preferred {
    background: url(//media.mercola.com/assets/images/mercola/customer_preferred.png) right center no-repeat;
    width: 61px;
    background-size: 100%;
    float: right
}

div.accountname .sidr-class-PreferredEs,
div.accountname span.PreferredEs {
    background: url(//media.mercola.com/assets/images/mercola/customer_preferente.png) right center no-repeat;
    width: 61px;
    background-size: 100%;
    float: right;
	height: 18px;
}

div.accountname .Partner,
div.accountname span.Partner {
    float: right;
}

.user-links {
    float: right;
    font: 12px arial;
    height: 40px;
    position: relative;
    margin-right: 2px
}

.user-links a {
    color: #0869BD;
    cursor: pointer;
    text-decoration: none;
    font-family: arial;
    font-size: 12px
}

.user-links a:hover {
    text-decoration: none;
    color: #044e8e
}