.header_user_info{
	float:right;
	position:relative;
}
.header_links_ul{
	display:none;
}
.header_user_info .current{
    background: #c52225;
}
.header_user_info .current a{
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
    color: #fff;
    cursor: pointer;
    padding:8px 30px;
	display:block;
	position:relative;
    text-transform: uppercase;
    padding-top: 10px;
}
.header_user_info .current:after {
	 color: #fff;
	content:"\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1px;
    padding-left: 5px;
    position: absolute;
    right: 15px;
    top: 17px;}
.header_user_info .current a:hover,
.header_user_info .current:hover:after{
	color:#f2f2f2;
}
#header_links{
background: none repeat scroll 0 0 #fff;
    border: 2px solid #dddddd;
    left: 0;
    margin: 0;
    padding: 15px;
    position: absolute;
    top: 48px;
    width: 150px;
	display:none;
}
#header_links li{
	border-bottom: 1px solid #dddddd;
    color: #222222;
    display: block;
    line-height: 1.5em;
    padding: 10px 0;
    text-transform: capitalize;
	text-align: right;
}
#header_links li:last-child{
	border:none;
	padding-bottom:0;
}
#header_links li a{
	font-size: 12px;
}