@charset "Big5";


#menubar  {
	font-family: "Century Gothic";
	font-size: 14px;	
}
a {
	-webkit-transition: color 0.25s ease-out;
}
a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

#menubar a:hover {
	background: #fff;
	color: #FF6600;
	text-decoration: none;
}

