@CHARSET "ISO-8859-1";

#toolbar {
	z-index:400;
	height:40px;
	width:100%;
	font-size:12px;
	color:#fff;
	position:fixed;
	background:#414141;
	border-bottom:1px solid #111;
	box-shadow: inset 0 -1px 3px rgba(255, 255, 255, .4);
	top:0;
	left:0;
	right:0;
	text-shadow: 1px 1px 0px #000;
}

#logo {
	padding:10px 10px 10px 30px;
	background: url(../img/compass-logo.png) no-repeat left center;
	float:left;
	margin:5px 0 0 6px;
	color: #fff;
}

#toolbar ul#nav {
	overflow:hidden;
	margin:10px 0 0 20px;
	float:left;
}

#toolbar ul#nav li {
	float:left;
}

#toolbar a {
	text-decoration:none;
	color: #fff;
	padding:5px 8px;
	display:block;
	border-radius:12px;
}

#toolbar a:hover {
	background: #666;
}

#toolbar ul#nav.right {
	float: right;
	margin:10px 20px 0 0;
}