.RadMenu_UserMenuSkin {
    -x-system-font: none;
    font-family: arial;
    font-size: 10px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding-right: 0;
    padding-top: 41px;
    padding-bottom: 1px;
    text-transform: uppercase;
    margin-top: -21px;
}

.RadMenu_UserMenuSkin .item {
    padding-left: 0;
    line-height: 15px;
    height: auto;
    cursor: pointer;
}

.RadMenu_UserMenuSkin .first {
    background-repeat: no-repeat;
    padding: 0 0 0 5px;
    height: 22px;
}

.RadMenu_UserMenuSkin .last {
    background-repeat: no-repeat;
    padding-left: 0;
    width: 12px;
    height: 22px;
}

.RadMenu_UserMenuSkin .link {
    background-repeat: repeat-x;
    color: #000 !important;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding: 5px 0 5px 0 !important;
    text-align: center;
    width: 90px !important;
    text-transform: capitalize;
    background-image: url(img/stripe.png);
    background-repeat: no-repeat;
    background-position: right !important;
}

.RadMenu_UserMenuSkin .link:hover {
    background-repeat: repeat-x;
    color: #960 !important;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding: 5px 0 5px 0 !important;
    text-align: center;
    width: 90px !important;
    background-image: url(img/stripe.png);
    background-repeat: no-repeat;
    background-position: right !important;
}

.RadMenu_UserMenuSkin .level1 .item {
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    margin-left: 0;
    padding-top: 10px;
}

.RadMenu_UserMenuSkin .level1 .link {
    background-color: #bda052 !important;
    padding: 0;
    width: 170px !important;
    text-align: left;
    font-size: 11px;
    text-transform: capitalize;
    font-family: arial;
    font-weight: bold;
    margin-top: 0;
    background-image: none;
}

.RadMenu_UserMenuSkin .level1 .last .link {
    background-image: url(img/last.png);
    background-position: center center;
    height: 17px;
}

.RadMenu_UserMenuSkin .first .level1 .item {
    margin-left: 5px !important;
}

.RadMenu_UserMenuSkin .level1 .link:hover {
    padding: 0;
    width: 170px !important;
}

.RadMenu_UserMenuSkin .level1 .link .text {
    padding-left: 5px;
}

.RadMenu_UserMenuSkin .level1 .link:hover .text, .RadMenu_UserMenuSkin .level1 .link:hover {
    color: #fff;
    text-align: left !important;
    font-size: 11px;
    text-transform: capitalize;
    font-family: arial;
    font-weight: bold;
    background-image: none;
    height: 17px;
}

.RadMenu_UserMenuSkin .level1 .text {
    color: #ecebdc;
}

.RadMenu_UserMenuSkin .level1 .item, .RadMenu_UserMenuSkin .level1 .last {
    padding: 0;
}

.RadMenu_UserMenuSkin .first .level1 .link {
    background-color: #91d8f4;
}

.RadMenu_UserMenuSkin .level1 .expandLeft, .RadMenu_UserMenuSkin .level1 .expandRight {
    background: transparent url(img/UserMenuImg/groupImage.gif) right center no-repeat;
}

.RadMenu_UserMenuSkin_rtl {
    text-align: center;
}

.RadMenu_UserMenuSkin_rtl .level1 .expandLeft, .RadMenu_UserMenuSkin_rtl .level1 .expandRight {
    padding-left: 0 !important;
}

.RadMenu_UserMenuSkin_rtl .level1 .group .link:hover .expandLeft, .RadMenu_UserMenuSkin_rtl .level1 .group .link:hover .expandRight {
    margin: 0;
    margin-left: -2px;
}

.RadMenu_UserMenuSkin_rtl .group .text {
    padding-right: 12px;
}