/* User bar */
#userbar {
	margin-bottom: 5px;
	border-bottom: 1px solid #34383B;
	padding: 5px 10px;
	background: #121619 url(../images/userbar_bg.png) center bottom repeat-x;
	text-align: left;
	color: #B6B7B3;
	text-shadow: 0 1px 1px #000;
}
#userbar table {
	font-family: Verdana, Arial, sans-serif;
}
#userbar a {
	color: #B6B7B3;
	text-decoration: none;
}
#userbar a:hover {
	color: #FFF;
}
#avatar {
	border: 1px solid #B6B7B3;
}
#avatar img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
#userlevel {
	font-size: 9px;
	color: #34383B;
}
td.usermenu {
	padding: 0 10px;
	border-right: 1px solid #34383B;
}
td.current a, td.current a:hover {
	padding: 5px 7px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	color: #121619 !important;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none !important;
}
.login {
	text-align: right !important;
}
