@charset "UTF-8";

#toolbar {
	width: 872px ;

}

#toolbar ul {
	margin: 0px ;
	padding: 0px ;
	list-style: none ;
	text-align: center ;
}

#toolbar ul li {
	padding: 0 10px 0 10px;
	display: inline ;
}

#toolbar ul li a {
	text-decoration: none;
	font-family: arial ;
	font-size: 16px;
	font-weight: bold ;
	color: #666600 ;
}

#toolbar ul li a:hover {
	text-decoration: none;
	font-family: arial ;
	font-size: 16px;
	font-weight: bold ;
	color: #999900 ;
}