@charset "UTF-8";
/* CSS Document */

#user_bar{
	width: 114px; /*Body margin-left minus this border width*/
	position: absolute;
	top: 3px;
	right: 0px;
	border-right: thin solid #CCA;
	border-bottom: thin solid #CCA;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
}

#user_bar, #user_bar-menu_button{
	height: 26px;
	line-height: 26px;
}

#user_bar-username{
	width: 90px;
	overflow: hidden;
	white-space: nowrap;
	display: inline;
	float: left;
	text-align: center;
	padding: 0px 3px;
}

#user_bar-menu_button{
	width: 16px;
	border-left: thin solid #CCA;
	float: right;
	display: inline;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

#user_bar-menu_button:hover{
	background-color: white;
}