@charset "utf-8";
/* CSS Document */

#menu ul {
	margin: 0; padding: 0; list-style: none;
}
#menu li {
	display: inline;
	text-align: center;
	margin-right: 52px;
}
#menu li.last {
	margin-right: 0;
}
#menu li a {
	color: white;
	font-size: 120%;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
}
#menu li a:hover {
	color: #e7ceb0;
}
#menu li a.sel {
	color: #e7ceb0;
}


#menu2 ul {
	margin: 0; padding: 0; list-style: none;
}
#menu2 li {
	display: inline;
	text-align: center;
	margin-left: 10px;
}
#menu2 li a {
	color: #5e7600;
	font-weight: bold;
	text-decoration: none;
}
#menu2 li a:hover {
	text-decoration: underline;
}
