/* Reset */

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}


/* Menu */

.login_menu {
	float: right;
	margin-right: 20px;
	height: 25px;
	width: 120px;
	background: #52B3FF;
	/*background: -webkit-linear-gradient(top, #52B3FF 0%, #e0f7fd 100%);
	background: -moz-linear-gradient(top, #52B3FF 0%, #e0f7fd 100%);
	background: -o-linear-gradient(top, #52B3FF 0%, #e0f7fd 100%);
	background: -ms-linear-gradient(top, #52B3FF 0%, #e0f7fd 100%);
	background: linear-gradient(top, #52B3FF 0%, #e0f7fd 100%);*/
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

.login_menu li {
	text-align: center;
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 25px;
	width: 100%;
}


/* Links */

.login_menu li a {
	display: block;
	padding: 0 14px;
	/*margin: 6px 0;*/
	line-height: 15px;
	text-decoration: none;
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	/*color: #f3f3f3;*/
	color: #52B3FF;
	/*color: white;*/
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;*/
}

.login_menu li:first-child a {
	border-left: none;
}

.login_menu li:last-child a {
	border-right: none;
}

.login_menu li:hover>a {
	/*color: #8fde62;*/
	color: #68f0fb;
}


/* Sub Menu */

.login_menu ul {
	position: absolute;
	top: 25px;
	left: 0;
	opacity: 0;
	border: 1px solid #CCCCCC;
	/*background: #52B3FF;*/
	background: white;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.login_menu li:hover>ul {
	opacity: 1;
}

.login_menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.login_menu li:hover>ul li {
	height: 25px;
	overflow: visible;
	padding: 0;
}

.login_menu ul li a {
	/*width: 120px;*/
	padding: 4px 0 4px 20px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #F0F0F0;
}

.login_menu ul li:last-child a {
	border: none;
}


/* Icons */

.login_menu a.documents {
	background: url(../../image/icon/login_my.png) no-repeat 6px center;
}

.login_menu a.messages {
	background: url(../../image/icon/login_ans.png) no-repeat 6px center;
}

.login_menu a.signout {
	background: url(../../image/icon/login_out.png) no-repeat 6px center;
}

.login_menu .login_listdown {
	display: none;
}

.login_a_txt {
	/*color:#8fde62 ;*/

	color: white;
	float: left;
	width: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.login_left_img{
	float: left;
}
.login_on>span{
	color: white;
}
