nav .header_user_info {
  float: right;
}
  nav .header_user_info a {
    color: #999 !important;
    font-weight: normal;
    display: block;
    padding: 10px 9px;
    cursor: pointer; }
	nav .header_user_info a.account { float:left; background:#90C322; color:#fff; }
	nav .header_user_info a.account span { color:#fff;}
    @media (max-width: 479px) {
      nav .header_user_info a {
        font-size: 11px; } }
    nav .header_user_info a:hover, nav .header_user_info a.active {
		color:#333 !important;
      }
