.header_user_info {
  float: right;
  padding: 0;
  position: relative;
  z-index: 9;
  margin: 0;
  height: 30px;
}
.header_user_info .tm_userinfotitle {
  background: transparent url("../../../img/megnor/my-account.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 30px;
  margin: 24px 15px 0 12px;
  padding: 2px 10px;
  position: relative;
  text-align: center;
  width: 30px;
}
.header_user_info .tm_userinfotitle:hover {
  background-position: 0 -54px;
}
.header_user_info > ul {
  background: #f5f5f5;
  display: none;
  margin: 0;
  min-width: 230px;
  padding: 20px;
  position: absolute;
  right: 15px;
  text-align: left;
  top: 92px;
  z-index: 9;
}
.header_user_info > ul li {
  float: left;
  width: 100%;
}
.header_user_info > ul li a {
  color: #727272;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 25px;
  text-transform: capitalize;
}
.header_user_info > ul li a:hover, .header_user_info > ul li a.active {
  color: #1f1f1f;
}
.header_user_info > ul li.lang-curr {
  position: relative;
}
.header_user_info > ul .welcome_text span {
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

#header_link_bookmark {
  display: none;
}
