div#auth-bar {
	background-color: #242424;
	display: block;
	height: 30px;
	color: #FFF;
	text-align: left;
	border-bottom: 1px solid #161616;
	background-image: URL('/img/admin/auth-bar.png');
	background-repeat: repeat-x;
	background-position: left center;
}

div#auth-bar p {
	margin: 0;
	font-size: 12px;
	line-height: 30px;
}

div#auth-bar a {
	text-decoration: none !important;
	color: #FFF;
	border: none;
}

div#auth-bar #auth-home, div#auth-bar .auth-item {
	float: left;
	border-right: 1px solid #161616;
}

div#auth-bar #auth-home a, div#auth-bar .auth-item a {
	display: block;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #414141;
	height: 30px;
}

div#auth-bar #auth-home img {
	padding-top: 7px;
	border: none;
}

div#auth-bar #auth-user, div#auth-bar #auth-signout {
	float: right;
	border-left: 1px solid #161616;
}

div#auth-bar #auth-user a, div#auth-bar #auth-signout a {
	display: block;
	padding: 0 10px;
	border-left: 1px solid #414141;
}