/* MENU */
ul#menutopo {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	height: 60px;
	width: 700px;
	text-align: right;
	}
ul#menutopo li {
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0 10px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	}
ul#menutopo li a {
	color: #fff;
	text-decoration: none;
	}
ul#menutopo li a span {
	color: #ACBD78;
	text-decoration: underline;
	}

/* MENU MAIN */
#menumain {
	width: 940px;
	background-color: #677737;
	margin: 0 auto;
	border-bottom: 1px solid #051C00;
	}
#menumain #menumaintable {
	width: 940px;
	height: 42px;
	background-color: #677737;
/*	table-layout: fixed; */
	padding: 0;
	margin: 0;
	border: 0;
	}	
#menumain #menumaintable td {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
/*	letter-spacing: -1px; */
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #fff;
	line-height: 20px;
	}
#menumain #menumaintable td a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 11px 8px;
	height: 20px;
	}
#menumain #menumaintable td a:hover {
	color: #051C00;
	}
#menumain #menumaintable td a.hi, #menumain #menumaintable td a.hi:hover {
	background-color: #EFF2E6;
	color: #051C00;
	}
