@charset "UTF-8";


#toolbar {
	/*background-color: #fff;*/
	background-color: #fbfaf0;
	width: 775px;
	height: 70px;
	overflow: auto;
	margin: 0 auto;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 2px solid #ccc;
	text-align: left;
}

#toolbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

#toolbar ul li {
	font-weight: bold;
	float: left;
}

#toolbar ul li ul li {
	font-weight: normal;
	clear: both;
}

#toolbar #tb-home {
	display: block;
	background-image: none;
	margin: 0;
	padding: 0;
}

#toolbar #tb-home a {
	width: 30px;
	margin: 0;
	padding-right: 8px;
}