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

.upmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6997A6;
	text-decoration: underline;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8DEA1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8DEA1;
}
.downmenu {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #38555F;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #E8DEA1;
	border-left-color: #E8DEA1;
	text-align: center;
}

