body {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
}

#container {
}

#toolbar {
	line-height: 2.0em;
	padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #AECED7;
  background-color: #AECED7;
  width: 100%;
}

#toolbar #current {
	font-weight: bold;
  color: #888822;
}

#toolbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 0px;
}

#toolbar li {
  display: inline;
  border-width: 1px;
  border-style: solid;
  border-color: #CEEEF7;
  padding: 3px;
	background-color: #C8E6EE;
	height: 20px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-shadow: lightgrey 1px 1px;
}

#toolbar a {
	color: black;
	text-decoration: none;
	height: 20px;
}

#toolbar a:hover {
	color: #D0D0D0;
}
