#nav {
  font-size: 14px;
  float: right;
  margin: 6px 26px 0;
  position: relative;
}
.header-login .head_link {
  position: relative;
}
#nav>ul>li {
  float: right;
}
#nav>ul>li>a {
  font-size: 14px;
}
.head_link #button_login {
  width: auto;
  text-align: center;
  height: 28px;
  line-height: 26px;
  font-weight: bold;
  font-size: 14px;
  float: right;
  background-color: #67676b;
  color: white;
}
.head_link .no-user,
.head_link .user-logged {
	float: right;
  margin-right: 25px;
}
.head_link .user-logged .listmyspace-wapper #button_list_space {
  padding-top: 4px;
}
#nav #a1{
  background-image: url(../../../images/svg/v3/icons_toggle-down.svg);
  background-size: 9px 8px;
  background-repeat: no-repeat;
  background-position: right 11px;
  padding-right: 20px;
  color: #333;
  line-height: 28px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  width: auto;
  display: block;
  text-align: right;
}
/*.new-parent-layout #nav #a1{
  padding-bottom: 0px;
}*/
.no-svg #nav #a1 {
  background: url(../../../images/v3/icons_toggle-down.png) no-repeat;
  background-size: 11px 11px;
  background-position: right 9px;
}
#nav:hover #helpmore {
  display: block !important;
}
#a2 { display: none; }
