.userAccountMenu{
    padding:0;
    height: auto;
    background: white none;
    border: 1px solid #d9d9d9;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.18);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.userAccountMenu .info{
    line-height: 30px;
    margin-bottom: 0;
    background: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 16px 9px;
    font-size:14px
}

.userAccountMenu .info .name {
    font-size: 18px;
	font-weight:bold;
    word-wrap: initial;
    text-indent: 0;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.userAccountMenu .menus li{
	height:46px;
    line-height: 46px;
    padding: 0 17px;
    font-size: 18px;
	border-bottom:1px #e0e0e0 solid;
}
.userAccountMenu .menus li.selected {
    background: #9f378e none;
    background-image: -moz-linear-gradient(right, #b743ff, #8a1fd6);
    background-image: -ms-linear-gradient(right,#b743ff,#8a1fd6);
    background-image: -o-linear-gradient(right,#b743ff,#8a1fd6);
    background-image: -webkit-linear-gradient(right,#b743ff,#8a1fd6);
}
.userAccountMenu .menus li a{
	font-size: 18px;
}
.userAccountMenu .menus li.selected a{
	color:#FFFFFF;
    font-weight: bold;
}
.userAccountMenu .logoutIso::before{
	content: "\f08b";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	text-rendering: auto;
}
